Html Css Color HEX #12131B Black Russian

📋 copy color: '#12131B'

red 18 ◦ green 19 ◦ blue 27

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

Shades of Black Russian #12131B

Tints of Black Russian #12131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 42.19%

R = 28.13%
G = 29.69%
B = 42.19%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12131B (or 0x12131B) is known color: Black Russian. HEX triplet: 12, 13 and 1B. RGB value is (18,19,27). Sum of RGB (Red+Green+Blue) = 18+19+27=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 27 - color contains mainly: blue. Hex color #12131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12131B is #EDECE4. Grayscale: #131313. Windows color (decimal): -15592677 or 1774354. OLE color: 1774354.

HSL color Cylindrical-coordinate representation of color #12131B: hue angle of 233.33º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #12131B is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 19 27 -
CMYK 0.33 0.30 0 0.89
HSL 233.33º 0.2% 0.09% -
HSV(B) 233.33º 0.33% 0.11% -
XYZ 0.68 0.67 1.13 -
YUV 19.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 18 19 27 0.33 0.30 0 0.89 233.33 0.2 0.09
Hex 12 13 1B 21 1E 0 59 E9 14 9
Octal 22 23 33 41 36 0 131 351 24 11
Binary 10010 10011 11011 100001 11110 0 1011001 11101001 10100 1001

Color Harmonies of #12131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12131B

Black with #12131B

Text Example


Text Example

White with #12131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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