Html Css Color HEX #12131F Black Russian

📋 copy color: '#12131F'

red 18 ◦ green 19 ◦ blue 31

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

Shades of Black Russian #12131F

Tints of Black Russian #12131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.94%

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

R = 26.47%
G = 27.94%
B = 45.59%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12131F (or 0x12131F) is known color: Black Russian. HEX triplet: 12, 13 and 1F. RGB value is (18,19,31). Sum of RGB (Red+Green+Blue) = 18+19+31=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #12131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12131F is #EDECE0. Grayscale: #141414. Windows color (decimal): -15592673 or 2036498. OLE color: 2036498.

HSL color Cylindrical-coordinate representation of color #12131F: hue angle of 235.38º 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 #12131F is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 19 31 -
CMYK 0.42 0.39 0 0.88
HSL 235.38º 0.27% 0.1% -
HSV(B) 235.38º 0.42% 0.12% -
XYZ 0.73 0.69 1.39 -
YUV 20.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 18 19 31 0.42 0.39 0 0.88 235.38 0.27 0.1
Hex 12 13 1F 2A 27 0 58 EB 1B A
Octal 22 23 37 52 47 0 130 353 33 12
Binary 10010 10011 11111 101010 100111 0 1011000 11101011 11011 1010

Color Harmonies of #12131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12131F

Black with #12131F

Text Example


Text Example

White with #12131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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