Html Css Color HEX #12091C Blackcurrant

📋 copy color: '#12091C'

red 18 ◦ green 9 ◦ blue 28

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

Shades of Blackcurrant #12091C

Tints of Blackcurrant #12091C

RGB

 RED value IS 18 (7.42% from 255) = 32.73%

 GREEN value IS 9 (3.91% from 255) = 16.36%

 BLUE value IS 28 (11.33% from 255) = 50.91%

R = 32.73%
G = 16.36%
B = 50.91%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12091C (or 0x12091C) is known color: Blackcurrant. HEX triplet: 12, 09 and 1C. RGB value is (18,9,28). Sum of RGB (Red+Green+Blue) = 18+9+28=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #12091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12091C is #EDF6E3. Grayscale: #0D0D0D. Windows color (decimal): -15595236 or 1837330. OLE color: 1837330.

HSL color Cylindrical-coordinate representation of color #12091C: hue angle of 268.42º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12091C is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 9 28 -
CMYK 0.36 0.68 0 0.89
HSL 268.42º 0.51% 0.07% -
HSV(B) 268.42º 0.68% 0.11% -
XYZ 0.56 0.41 1.15 -
YUV 13.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 18 9 28 0.36 0.68 0 0.89 268.42 0.51 0.07
Hex 12 9 1C 24 44 0 59 10C 33 7
Octal 22 11 34 44 104 0 131 414 63 7
Binary 10010 1001 11100 100100 1000100 0 1011001 100001100 110011 111

Color Harmonies of #12091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12091C

Black with #12091C

Text Example


Text Example

White with #12091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12091C; }

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

 H1.HeaderClassName
 {
   color: #12091C;
 }
 .AnyTagClassName
 {
   color: #12091C;
 }
</style>

background-color css

<style>
 a { background-color: #12091C; }

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

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

border-color css

<style>
 span { border-color: #12091C; }

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

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