Html Css Color HEX #11141F Black Russian

📋 copy color: '#11141F'

red 17 ◦ green 20 ◦ blue 31

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

Shades of Black Russian #11141F

Tints of Black Russian #11141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 29.41%

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

R = 25%
G = 29.41%
B = 45.59%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11141F (or 0x11141F) is known color: Black Russian. HEX triplet: 11, 14 and 1F. RGB value is (17,20,31). Sum of RGB (Red+Green+Blue) = 17+20+31=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #11141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11141F is #EEEBE0. Grayscale: #141414. Windows color (decimal): -15657953 or 2036753. OLE color: 2036753.

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

Color convert

RGB 17 20 31 -
CMYK 0.45 0.35 0 0.88
HSL 227.14º 0.29% 0.09% -
HSV(B) 227.14º 0.45% 0.12% -
XYZ 0.73 0.72 1.4 -
YUV 20.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 17 20 31 0.45 0.35 0 0.88 227.14 0.29 0.09
Hex 11 14 1F 2D 23 0 58 E3 1D 9
Octal 21 24 37 55 43 0 130 343 35 11
Binary 10001 10100 11111 101101 100011 0 1011000 11100011 11101 1001

Color Harmonies of #11141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11141F

Black with #11141F

Text Example


Text Example

White with #11141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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