Html Css Color HEX #1C121E Blackcurrant

📋 copy color: '#1C121E'

red 28 ◦ green 18 ◦ blue 30

#1C121E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #1C121E

Tints of Blackcurrant #1C121E

RGB

 RED value IS 28 (11.33% from 255) = 36.84%

 GREEN value IS 18 (7.42% from 255) = 23.68%

 BLUE value IS 30 (12.11% from 255) = 39.47%

R = 36.84%
G = 23.68%
B = 39.47%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1C121E (or 0x1C121E) is known color: Blackcurrant. HEX triplet: 1C, 12 and 1E. RGB value is (28,18,30). Sum of RGB (Red+Green+Blue) = 28+18+30=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C121E is #E3EDE1. Grayscale: #161616. Windows color (decimal): -14937570 or 1970716. OLE color: 1970716.

HSL color Cylindrical-coordinate representation of color #1C121E: hue angle of 290º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1C121E is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 28 18 30 -
CMYK 0.07 0.40 0 0.88
HSL 290º 0.25% 0.09% -
HSV(B) 290º 0.4% 0.12% -
XYZ 0.93 0.77 1.33 -
YUV 22.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 28 18 30 0.07 0.40 0 0.88 290 0.25 0.09
Hex 1C 12 1E 7 28 0 58 122 19 9
Octal 34 22 36 7 50 0 130 442 31 11
Binary 11100 10010 11110 111 101000 0 1011000 100100010 11001 1001

Color Harmonies of #1C121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C121E

Black with #1C121E

Text Example


Text Example

White with #1C121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,18,30); }

 H1.HeaderClassName
 {
   color: #1C121E;
 }
 .AnyTagClassName
 {
   color: #1C121E;
 }
</style>

background-color css

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

 a { background-color: rgb(28,18,30); }

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

border-color css

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

 span { border-color: rgb(28,18,30); }

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