Html Css Color HEX #111326 Black Russian

📋 copy color: '#111326'

red 17 ◦ green 19 ◦ blue 38

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

Shades of Black Russian #111326

Tints of Black Russian #111326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 51.35%

R = 22.97%
G = 25.68%
B = 51.35%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111326 (or 0x111326) is known color: Black Russian. HEX triplet: 11, 13 and 26. RGB value is (17,19,38). Sum of RGB (Red+Green+Blue) = 17+19+38=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #111326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111326 is #EEECD9. Grayscale: #141414. Windows color (decimal): -15658202 or 2495249. OLE color: 2495249.

HSL color Cylindrical-coordinate representation of color #111326: hue angle of 234.29º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #111326 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 19 38 -
CMYK 0.55 0.50 0 0.85
HSL 234.29º 0.38% 0.11% -
HSV(B) 234.29º 0.55% 0.15% -
XYZ 0.81 0.72 1.93 -
YUV 20.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 17 19 38 0.55 0.50 0 0.85 234.29 0.38 0.11
Hex 11 13 26 37 32 0 55 EA 26 B
Octal 21 23 46 67 62 0 125 352 46 13
Binary 10001 10011 100110 110111 110010 0 1010101 11101010 100110 1011

Color Harmonies of #111326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111326

Black with #111326

Text Example


Text Example

White with #111326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111326; }

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

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

background-color css

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

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

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

border-color css

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

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

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