Html Css Color HEX #111227 Black Russian

📋 copy color: '#111227'

red 17 ◦ green 18 ◦ blue 39

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

Shades of Black Russian #111227

Tints of Black Russian #111227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 52.7%

R = 22.97%
G = 24.32%
B = 52.7%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111227 (or 0x111227) is known color: Black Russian. HEX triplet: 11, 12 and 27. RGB value is (17,18,39). Sum of RGB (Red+Green+Blue) = 17+18+39=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #111227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111227 is #EEEDD8. Grayscale: #141414. Windows color (decimal): -15658457 or 2560529. OLE color: 2560529.

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

Color convert

RGB 17 18 39 -
CMYK 0.56 0.54 0 0.85
HSL 237.27º 0.39% 0.11% -
HSV(B) 237.27º 0.56% 0.15% -
XYZ 0.81 0.7 2.01 -
YUV 20.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 17 18 39 0.56 0.54 0 0.85 237.27 0.39 0.11
Hex 11 12 27 38 36 0 55 ED 27 B
Octal 21 22 47 70 66 0 125 355 47 13
Binary 10001 10010 100111 111000 110110 0 1010101 11101101 100111 1011

Color Harmonies of #111227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111227

Black with #111227

Text Example


Text Example

White with #111227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111227; }

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

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

background-color css

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

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

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

border-color css

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

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

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