Html Css Color HEX #111027 Black Russian

📋 copy color: '#111027'

red 17 ◦ green 16 ◦ blue 39

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

Shades of Black Russian #111027

Tints of Black Russian #111027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.22%

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

R = 23.61%
G = 22.22%
B = 54.17%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111027 (or 0x111027) is known color: Black Russian. HEX triplet: 11, 10 and 27. RGB value is (17,16,39). Sum of RGB (Red+Green+Blue) = 17+16+39=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #111027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111027 is #EEEFD8. Grayscale: #121212. Windows color (decimal): -15658969 or 2560017. OLE color: 2560017.

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

Color convert

RGB 17 16 39 -
CMYK 0.56 0.59 0 0.85
HSL 242.61º 0.42% 0.11% -
HSV(B) 242.61º 0.59% 0.15% -
XYZ 0.78 0.64 2 -
YUV 18.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 17 16 39 0.56 0.59 0 0.85 242.61 0.42 0.11
Hex 11 10 27 38 3B 0 55 F3 2A B
Octal 21 20 47 70 73 0 125 363 52 13
Binary 10001 10000 100111 111000 111011 0 1010101 11110011 101010 1011

Color Harmonies of #111027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111027

Black with #111027

Text Example


Text Example

White with #111027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111027; }

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

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

background-color css

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

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

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

border-color css

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

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

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