#1C102F

Color #1C102F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #1C102F

Tints of Blackcurrant #1C102F

Color information

#1C102F (or 0x1C102F) is unknown color: approx Blackcurrant. HEX triplet: 1C, 10 and 2F. RGB value is (28,16,47). Sum of RGB (Red+Green+Blue) = 28+16+47=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C102F is #E3EFD0. Grayscale: #171717. Windows color (decimal): -14938065 or 3084316. OLE color: 3084316.

HSL color Cylindrical-coordinate representation of color #1C102F: hue angle of 263.23º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C102F is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB281647-
CMYK0.400.6600.82
HSL263.23º49.21%12.35%-
HSV(B)263.23º65.96%18.43%-
XYZ1.180.822.79-
YUV23.12141.48131.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 30.77%
GREEN value IS 16 (6.64% from 255) = 17.58%
BLUE value IS 47 (18.75% from 255) = 51.65%
R=30.77%
G=17.58%
B=51.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2816470.400.6600.82263.2349.2112.35
Hex1C102F284205210731c
Octal3420575010201224076114
Binary11100100001011111010001000010010100101000001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C102F; }

 p { color: rgb(28,16,47); }

 H1.HeaderClassName
 {
   color: #1C102F;
 }
 .AnyTagClassName
 {
   color: #1C102F;
 }
</style>
background-color css

<style>
 a { background-color: #1C102F; }

 a { background-color: rgb(28,16,47); }

 div.DivClassName
 {
   background-color: #1C102F;
 }
 .BgClassName
 {
   background-color: #1C102F;
 }
</style>
border-color css

<style>
 span { border-color: #1C102F; }

 span { border-color: rgb(28,16,47); }

 td.TdClassName
 {
   border-color: #1C102F;
 }
 .TagClassName
 {
   border-color: #1C102F;
 }
</style>