Html Css Color HEX #12161F Black Russian

📋 copy color: '#12161F'

red 18 ◦ green 22 ◦ blue 31

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

Shades of Black Russian #12161F

Tints of Black Russian #12161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 30.99%

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

R = 25.35%
G = 30.99%
B = 43.66%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12161F (or 0x12161F) is known color: Black Russian. HEX triplet: 12, 16 and 1F. RGB value is (18,22,31). Sum of RGB (Red+Green+Blue) = 18+22+31=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #12161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12161F is #EDE9E0. Grayscale: #151515. Windows color (decimal): -15591905 or 2037266. OLE color: 2037266.

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

Color convert

RGB 18 22 31 -
CMYK 0.42 0.29 0 0.88
HSL 221.54º 0.27% 0.1% -
HSV(B) 221.54º 0.42% 0.12% -
XYZ 0.78 0.8 1.41 -
YUV 21.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 18 22 31 0.42 0.29 0 0.88 221.54 0.27 0.1
Hex 12 16 1F 2A 1D 0 58 DE 1B A
Octal 22 26 37 52 35 0 130 336 33 12
Binary 10010 10110 11111 101010 11101 0 1011000 11011110 11011 1010

Color Harmonies of #12161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12161F

Black with #12161F

Text Example


Text Example

White with #12161F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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