Html Css Color HEX #11141D Black Russian

📋 copy color: '#11141D'

red 17 ◦ green 20 ◦ blue 29

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

Shades of Black Russian #11141D

Tints of Black Russian #11141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 43.94%

R = 25.76%
G = 30.3%
B = 43.94%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11141D (or 0x11141D) is known color: Black Russian. HEX triplet: 11, 14 and 1D. RGB value is (17,20,29). Sum of RGB (Red+Green+Blue) = 17+20+29=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: blue. Hex color #11141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11141D is #EEEBE2. Grayscale: #141414. Windows color (decimal): -15657955 or 1905681. OLE color: 1905681.

HSL color Cylindrical-coordinate representation of color #11141D: hue angle of 225º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #11141D is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 20 29 -
CMYK 0.41 0.31 0 0.89
HSL 225º 0.26% 0.09% -
HSV(B) 225º 0.41% 0.11% -
XYZ 0.7 0.71 1.26 -
YUV 20.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 17 20 29 0.41 0.31 0 0.89 225 0.26 0.09
Hex 11 14 1D 29 1F 0 59 E1 1A 9
Octal 21 24 35 51 37 0 131 341 32 11
Binary 10001 10100 11101 101001 11111 0 1011001 11100001 11010 1001

Color Harmonies of #11141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11141D

Black with #11141D

Text Example


Text Example

White with #11141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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