Html Css Color HEX #11141C Black Russian

📋 copy color: '#11141C'

red 17 ◦ green 20 ◦ blue 28

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

Shades of Black Russian #11141C

Tints of Black Russian #11141C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 43.08%

R = 26.15%
G = 30.77%
B = 43.08%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11141C (or 0x11141C) is known color: Black Russian. HEX triplet: 11, 14 and 1C. RGB value is (17,20,28). Sum of RGB (Red+Green+Blue) = 17+20+28=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #11141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11141C is #EEEBE3. Grayscale: #131313. Windows color (decimal): -15657956 or 1840145. OLE color: 1840145.

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

Color convert

RGB 17 20 28 -
CMYK 0.39 0.29 0 0.89
HSL 223.64º 0.24% 0.09% -
HSV(B) 223.64º 0.39% 0.11% -
XYZ 0.69 0.7 1.2 -
YUV 20.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 17 20 28 0.39 0.29 0 0.89 223.64 0.24 0.09
Hex 11 14 1C 27 1D 0 59 E0 18 9
Octal 21 24 34 47 35 0 131 340 30 11
Binary 10001 10100 11100 100111 11101 0 1011001 11100000 11000 1001

Color Harmonies of #11141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11141C

Black with #11141C

Text Example


Text Example

White with #11141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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