Html Css Color HEX #11131E Black Russian

📋 copy color: '#11131E'

red 17 ◦ green 19 ◦ blue 30

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

Shades of Black Russian #11131E

Tints of Black Russian #11131E

RGB

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

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

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

R = 25.76%
G = 28.79%
B = 45.45%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11131E (or 0x11131E) is known color: Black Russian. HEX triplet: 11, 13 and 1E. RGB value is (17,19,30). Sum of RGB (Red+Green+Blue) = 17+19+30=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: blue. Hex color #11131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11131E is #EEECE1. Grayscale: #131313. Windows color (decimal): -15658210 or 1970961. OLE color: 1970961.

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

Color convert

RGB 17 19 30 -
CMYK 0.43 0.37 0 0.88
HSL 230.77º 0.28% 0.09% -
HSV(B) 230.77º 0.43% 0.12% -
XYZ 0.7 0.68 1.32 -
YUV 19.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 17 19 30 0.43 0.37 0 0.88 230.77 0.28 0.09
Hex 11 13 1E 2B 25 0 58 E7 1C 9
Octal 21 23 36 53 45 0 130 347 34 11
Binary 10001 10011 11110 101011 100101 0 1011000 11100111 11100 1001

Color Harmonies of #11131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11131E

Black with #11131E

Text Example


Text Example

White with #11131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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