Html Css Color HEX #11141A Black Russian

📋 copy color: '#11141A'

red 17 ◦ green 20 ◦ blue 26

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

Shades of Black Russian #11141A

Tints of Black Russian #11141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 41.27%

R = 26.98%
G = 31.75%
B = 41.27%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#11141A (or 0x11141A) is known color: Black Russian. HEX triplet: 11, 14 and 1A. RGB value is (17,20,26). Sum of RGB (Red+Green+Blue) = 17+20+26=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #11141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11141A is #EEEBE5. Grayscale: #131313. Windows color (decimal): -15657958 or 1709073. OLE color: 1709073.

HSL color Cylindrical-coordinate representation of color #11141A: hue angle of 220º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #11141A is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 20 26 -
CMYK 0.35 0.23 0 0.90
HSL 220º 0.21% 0.08% -
HSV(B) 220º 0.35% 0.1% -
XYZ 0.67 0.69 1.08 -
YUV 19.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 17 20 26 0.35 0.23 0 0.90 220 0.21 0.08
Hex 11 14 1A 23 17 0 5A DC 15 8
Octal 21 24 32 43 27 0 132 334 25 10
Binary 10001 10100 11010 100011 10111 0 1011010 11011100 10101 1000

Color Harmonies of #11141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11141A

Black with #11141A

Text Example


Text Example

White with #11141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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