Html Css Color HEX #12131E Black Russian

📋 copy color: '#12131E'

red 18 ◦ green 19 ◦ blue 30

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

Shades of Black Russian #12131E

Tints of Black Russian #12131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 44.78%

R = 26.87%
G = 28.36%
B = 44.78%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12131E (or 0x12131E) is known color: Black Russian. HEX triplet: 12, 13 and 1E. RGB value is (18,19,30). Sum of RGB (Red+Green+Blue) = 18+19+30=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #12131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12131E is #EDECE1. Grayscale: #131313. Windows color (decimal): -15592674 or 1970962. OLE color: 1970962.

HSL color Cylindrical-coordinate representation of color #12131E: hue angle of 235º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #12131E is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 19 30 -
CMYK 0.40 0.37 0 0.88
HSL 235º 0.25% 0.09% -
HSV(B) 235º 0.4% 0.12% -
XYZ 0.72 0.69 1.32 -
YUV 19.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 18 19 30 0.40 0.37 0 0.88 235 0.25 0.09
Hex 12 13 1E 28 25 0 58 EB 19 9
Octal 22 23 36 50 45 0 130 353 31 11
Binary 10010 10011 11110 101000 100101 0 1011000 11101011 11001 1001

Color Harmonies of #12131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12131E

Black with #12131E

Text Example


Text Example

White with #12131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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