Html Css Color HEX #11131A Black Russian

📋 copy color: '#11131A'

red 17 ◦ green 19 ◦ blue 26

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

Shades of Black Russian #11131A

Tints of Black Russian #11131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.65%

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

R = 27.42%
G = 30.65%
B = 41.94%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#11131A (or 0x11131A) is known color: Black Russian. HEX triplet: 11, 13 and 1A. RGB value is (17,19,26). Sum of RGB (Red+Green+Blue) = 17+19+26=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 26 - color contains mainly: blue. Hex color #11131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11131A is #EEECE5. Grayscale: #131313. Windows color (decimal): -15658214 or 1708817. OLE color: 1708817.

HSL color Cylindrical-coordinate representation of color #11131A: hue angle of 226.67º 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 #11131A is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 19 26 -
CMYK 0.35 0.27 0 0.90
HSL 226.67º 0.21% 0.08% -
HSV(B) 226.67º 0.35% 0.1% -
XYZ 0.65 0.66 1.07 -
YUV 19.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 17 19 26 0.35 0.27 0 0.90 226.67 0.21 0.08
Hex 11 13 1A 23 1B 0 5A E3 15 8
Octal 21 23 32 43 33 0 132 343 25 10
Binary 10001 10011 11010 100011 11011 0 1011010 11100011 10101 1000

Color Harmonies of #11131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11131A

Black with #11131A

Text Example


Text Example

White with #11131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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