Html Css Color HEX #11141E Black Russian

📋 copy color: '#11141E'

red 17 ◦ green 20 ◦ blue 30

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

Shades of Black Russian #11141E

Tints of Black Russian #11141E

RGB

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

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

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

R = 25.37%
G = 29.85%
B = 44.78%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11141E (or 0x11141E) is known color: Black Russian. HEX triplet: 11, 14 and 1E. RGB value is (17,20,30). Sum of RGB (Red+Green+Blue) = 17+20+30=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #11141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11141E is #EEEBE1. Grayscale: #141414. Windows color (decimal): -15657954 or 1971217. OLE color: 1971217.

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

Color convert

RGB 17 20 30 -
CMYK 0.43 0.33 0 0.88
HSL 226.15º 0.28% 0.09% -
HSV(B) 226.15º 0.43% 0.12% -
XYZ 0.72 0.71 1.33 -
YUV 20.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 17 20 30 0.43 0.33 0 0.88 226.15 0.28 0.09
Hex 11 14 1E 2B 21 0 58 E2 1C 9
Octal 21 24 36 53 41 0 130 342 34 11
Binary 10001 10100 11110 101011 100001 0 1011000 11100010 11100 1001

Color Harmonies of #11141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11141E

Black with #11141E

Text Example


Text Example

White with #11141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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