Html Css Color HEX #12111F Black Russian

📋 copy color: '#12111F'

red 18 ◦ green 17 ◦ blue 31

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

Shades of Black Russian #12111F

Tints of Black Russian #12111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 46.97%

R = 27.27%
G = 25.76%
B = 46.97%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12111F (or 0x12111F) is known color: Black Russian. HEX triplet: 12, 11 and 1F. RGB value is (18,17,31). Sum of RGB (Red+Green+Blue) = 18+17+31=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #12111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12111F is #EDEEE0. Grayscale: #121212. Windows color (decimal): -15593185 or 2035986. OLE color: 2035986.

HSL color Cylindrical-coordinate representation of color #12111F: hue angle of 244.29º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #12111F is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 17 31 -
CMYK 0.42 0.45 0 0.88
HSL 244.29º 0.29% 0.09% -
HSV(B) 244.29º 0.45% 0.12% -
XYZ 0.7 0.63 1.38 -
YUV 18.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 18 17 31 0.42 0.45 0 0.88 244.29 0.29 0.09
Hex 12 11 1F 2A 2D 0 58 F4 1D 9
Octal 22 21 37 52 55 0 130 364 35 11
Binary 10010 10001 11111 101010 101101 0 1011000 11110100 11101 1001

Color Harmonies of #12111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12111F

Black with #12111F

Text Example


Text Example

White with #12111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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