Html Css Color HEX #12111A Black Russian

📋 copy color: '#12111A'

red 18 ◦ green 17 ◦ blue 26

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

Shades of Black Russian #12111A

Tints of Black Russian #12111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 27.87%

 BLUE value IS 26 (10.55% from 255) = 42.62%

R = 29.51%
G = 27.87%
B = 42.62%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12111A (or 0x12111A) is known color: Black Russian. HEX triplet: 12, 11 and 1A. RGB value is (18,17,26). Sum of RGB (Red+Green+Blue) = 18+17+26=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 26 - color contains mainly: blue. Hex color #12111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12111A is #EDEEE5. Grayscale: #121212. Windows color (decimal): -15593190 or 1708306. OLE color: 1708306.

HSL color Cylindrical-coordinate representation of color #12111A: hue angle of 246.67º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #12111A is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 17 26 -
CMYK 0.31 0.35 0 0.90
HSL 246.67º 0.21% 0.08% -
HSV(B) 246.67º 0.35% 0.1% -
XYZ 0.64 0.6 1.06 -
YUV 18.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 18 17 26 0.31 0.35 0 0.90 246.67 0.21 0.08
Hex 12 11 1A 1F 23 0 5A F7 15 8
Octal 22 21 32 37 43 0 132 367 25 10
Binary 10010 10001 11010 11111 100011 0 1011010 11110111 10101 1000

Color Harmonies of #12111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12111A

Black with #12111A

Text Example


Text Example

White with #12111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12111A; }

 p { color: rgb(18,17,26); }

 H1.HeaderClassName
 {
   color: #12111A;
 }
 .AnyTagClassName
 {
   color: #12111A;
 }
</style>

background-color css

<style>
 a { background-color: #12111A; }

 a { background-color: rgb(18,17,26); }

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

border-color css

<style>
 span { border-color: #12111A; }

 span { border-color: rgb(18,17,26); }

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