Html Css Color HEX #111427 Black Russian

📋 copy color: '#111427'

red 17 ◦ green 20 ◦ blue 39

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

Shades of Black Russian #111427

Tints of Black Russian #111427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.32%

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

R = 22.37%
G = 26.32%
B = 51.32%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111427 (or 0x111427) is known color: Black Russian. HEX triplet: 11, 14 and 27. RGB value is (17,20,39). Sum of RGB (Red+Green+Blue) = 17+20+39=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #111427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111427 is #EEEBD8. Grayscale: #151515. Windows color (decimal): -15657945 or 2561041. OLE color: 2561041.

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

Color convert

RGB 17 20 39 -
CMYK 0.56 0.49 0 0.85
HSL 231.82º 0.39% 0.11% -
HSV(B) 231.82º 0.56% 0.15% -
XYZ 0.85 0.77 2.02 -
YUV 21.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 17 20 39 0.56 0.49 0 0.85 231.82 0.39 0.11
Hex 11 14 27 38 31 0 55 E8 27 B
Octal 21 24 47 70 61 0 125 350 47 13
Binary 10001 10100 100111 111000 110001 0 1010101 11101000 100111 1011

Color Harmonies of #111427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111427

Black with #111427

Text Example


Text Example

White with #111427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111427; }

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

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

background-color css

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

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

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

border-color css

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

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

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