Html Css Color HEX #111826 Black Russian

📋 copy color: '#111826'

red 17 ◦ green 24 ◦ blue 38

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

Shades of Black Russian #111826

Tints of Black Russian #111826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.38%

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

R = 21.52%
G = 30.38%
B = 48.1%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111826 (or 0x111826) is known color: Black Russian. HEX triplet: 11, 18 and 26. RGB value is (17,24,38). Sum of RGB (Red+Green+Blue) = 17+24+38=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #111826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111826 is #EEE7D9. Grayscale: #171717. Windows color (decimal): -15656922 or 2496529. OLE color: 2496529.

HSL color Cylindrical-coordinate representation of color #111826: hue angle of 220º 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 #111826 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 24 38 -
CMYK 0.55 0.37 0 0.85
HSL 220º 0.38% 0.11% -
HSV(B) 220º 0.55% 0.15% -
XYZ 0.91 0.91 1.96 -
YUV 23.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 17 24 38 0.55 0.37 0 0.85 220 0.38 0.11
Hex 11 18 26 37 25 0 55 DC 26 B
Octal 21 30 46 67 45 0 125 334 46 13
Binary 10001 11000 100110 110111 100101 0 1010101 11011100 100110 1011

Color Harmonies of #111826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111826

Black with #111826

Text Example


Text Example

White with #111826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111826; }

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

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

background-color css

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

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

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

border-color css

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

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

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