Html Css Color HEX #12011E Blackcurrant

📋 copy color: '#12011E'

red 18 ◦ green 1 ◦ blue 30

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

Shades of Blackcurrant #12011E

Tints of Blackcurrant #12011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.04%

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

R = 36.73%
G = 2.04%
B = 61.22%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12011E (or 0x12011E) is known color: Blackcurrant. HEX triplet: 12, 01 and 1E. RGB value is (18,1,30). Sum of RGB (Red+Green+Blue) = 18+1+30=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #12011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12011E is #EDFEE1. Grayscale: #090909. Windows color (decimal): -15597282 or 1966354. OLE color: 1966354.

HSL color Cylindrical-coordinate representation of color #12011E: hue angle of 275.17º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12011E is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 1 30 -
CMYK 0.40 0.97 0 0.88
HSL 275.17º 0.94% 0.06% -
HSV(B) 275.17º 0.97% 0.12% -
XYZ 0.49 0.24 1.25 -
YUV 9.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 18 1 30 0.40 0.97 0 0.88 275.17 0.94 0.06
Hex 12 1 1E 28 61 0 58 113 5E 6
Octal 22 1 36 50 141 0 130 423 136 6
Binary 10010 1 11110 101000 1100001 0 1011000 100010011 1011110 110

Color Harmonies of #12011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12011E

Black with #12011E

Text Example


Text Example

White with #12011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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