Html Css Color HEX #11151F Black Russian

📋 copy color: '#11151F'

red 17 ◦ green 21 ◦ blue 31

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

Shades of Black Russian #11151F

Tints of Black Russian #11151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30.43%

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

R = 24.64%
G = 30.43%
B = 44.93%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11151F (or 0x11151F) is known color: Black Russian. HEX triplet: 11, 15 and 1F. RGB value is (17,21,31). Sum of RGB (Red+Green+Blue) = 17+21+31=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #11151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11151F is #EEEAE0. Grayscale: #141414. Windows color (decimal): -15657697 or 2037009. OLE color: 2037009.

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

Color convert

RGB 17 21 31 -
CMYK 0.45 0.32 0 0.88
HSL 222.86º 0.29% 0.09% -
HSV(B) 222.86º 0.45% 0.12% -
XYZ 0.75 0.75 1.4 -
YUV 20.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 17 21 31 0.45 0.32 0 0.88 222.86 0.29 0.09
Hex 11 15 1F 2D 20 0 58 DF 1D 9
Octal 21 25 37 55 40 0 130 337 35 11
Binary 10001 10101 11111 101101 100000 0 1011000 11011111 11101 1001

Color Harmonies of #11151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11151F

Black with #11151F

Text Example


Text Example

White with #11151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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