Html Css Color HEX #111228 Black Russian

📋 copy color: '#111228'

red 17 ◦ green 18 ◦ blue 40

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

Shades of Black Russian #111228

Tints of Black Russian #111228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24%

 BLUE value IS 40 (16.02% from 255) = 53.33%

R = 22.67%
G = 24%
B = 53.33%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#111228 (or 0x111228) is known color: Black Russian. HEX triplet: 11, 12 and 28. RGB value is (17,18,40). Sum of RGB (Red+Green+Blue) = 17+18+40=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #111228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111228 is #EEEDD7. Grayscale: #141414. Windows color (decimal): -15658456 or 2626065. OLE color: 2626065.

HSL color Cylindrical-coordinate representation of color #111228: hue angle of 237.39º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #111228 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 18 40 -
CMYK 0.57 0.55 0 0.84
HSL 237.39º 0.4% 0.11% -
HSV(B) 237.39º 0.58% 0.16% -
XYZ 0.83 0.7 2.1 -
YUV 20.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 17 18 40 0.57 0.55 0 0.84 237.39 0.4 0.11
Hex 11 12 28 39 37 0 54 ED 28 B
Octal 21 22 50 71 67 0 124 355 50 13
Binary 10001 10010 101000 111001 110111 0 1010100 11101101 101000 1011

Color Harmonies of #111228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111228

Black with #111228

Text Example


Text Example

White with #111228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111228; }

 p { color: rgb(17,18,40); }

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

background-color css

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

 a { background-color: rgb(17,18,40); }

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

border-color css

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

 span { border-color: rgb(17,18,40); }

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