Html Css Color HEX #12091E Blackcurrant

📋 copy color: '#12091E'

red 18 ◦ green 9 ◦ blue 30

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

Shades of Blackcurrant #12091E

Tints of Blackcurrant #12091E

RGB

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

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

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

R = 31.58%
G = 15.79%
B = 52.63%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12091E (or 0x12091E) is known color: Blackcurrant. HEX triplet: 12, 09 and 1E. RGB value is (18,9,30). Sum of RGB (Red+Green+Blue) = 18+9+30=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #12091E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12091E is #EDF6E1. Grayscale: #0E0E0E. Windows color (decimal): -15595234 or 1968402. OLE color: 1968402.

HSL color Cylindrical-coordinate representation of color #12091E: hue angle of 265.71º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12091E is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 9 30 -
CMYK 0.40 0.70 0 0.88
HSL 265.71º 0.54% 0.08% -
HSV(B) 265.71º 0.7% 0.12% -
XYZ 0.58 0.42 1.28 -
YUV 14.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 18 9 30 0.40 0.70 0 0.88 265.71 0.54 0.08
Hex 12 9 1E 28 46 0 58 10A 36 8
Octal 22 11 36 50 106 0 130 412 66 10
Binary 10010 1001 11110 101000 1000110 0 1011000 100001010 110110 1000

Color Harmonies of #12091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12091E

Black with #12091E

Text Example


Text Example

White with #12091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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