Html Css Color HEX #11131F Black Russian

📋 copy color: '#11131F'

red 17 ◦ green 19 ◦ blue 31

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

Shades of Black Russian #11131F

Tints of Black Russian #11131F

RGB

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

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

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

R = 25.37%
G = 28.36%
B = 46.27%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11131F (or 0x11131F) is known color: Black Russian. HEX triplet: 11, 13 and 1F. RGB value is (17,19,31). Sum of RGB (Red+Green+Blue) = 17+19+31=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #11131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11131F is #EEECE0. Grayscale: #131313. Windows color (decimal): -15658209 or 2036497. OLE color: 2036497.

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

Color convert

RGB 17 19 31 -
CMYK 0.45 0.39 0 0.88
HSL 231.43º 0.29% 0.09% -
HSV(B) 231.43º 0.45% 0.12% -
XYZ 0.71 0.68 1.39 -
YUV 19.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 17 19 31 0.45 0.39 0 0.88 231.43 0.29 0.09
Hex 11 13 1F 2D 27 0 58 E7 1D 9
Octal 21 23 37 55 47 0 130 347 35 11
Binary 10001 10011 11111 101101 100111 0 1011000 11100111 11101 1001

Color Harmonies of #11131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11131F

Black with #11131F

Text Example


Text Example

White with #11131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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