Html Css Color HEX #111231 Black Russian

📋 copy color: '#111231'

red 17 ◦ green 18 ◦ blue 49

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

Shades of Black Russian #111231

Tints of Black Russian #111231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 58.33%

R = 20.24%
G = 21.43%
B = 58.33%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#111231 (or 0x111231) is known color: Black Russian. HEX triplet: 11, 12 and 31. RGB value is (17,18,49). Sum of RGB (Red+Green+Blue) = 17+18+49=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #111231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111231 is #EEEDCE. Grayscale: #151515. Windows color (decimal): -15658447 or 3215889. OLE color: 3215889.

HSL color Cylindrical-coordinate representation of color #111231: hue angle of 238.12º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111231 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 18 49 -
CMYK 0.65 0.63 0 0.81
HSL 238.13º 0.48% 0.13% -
HSV(B) 238.13º 0.65% 0.19% -
XYZ 1 0.77 3 -
YUV 21.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 17 18 49 0.65 0.63 0 0.81 238.13 0.48 0.13
Hex 11 12 31 41 3F 0 51 EE 30 D
Octal 21 22 61 101 77 0 121 356 60 15
Binary 10001 10010 110001 1000001 111111 0 1010001 11101110 110000 1101

Color Harmonies of #111231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111231

Black with #111231

Text Example


Text Example

White with #111231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111231; }

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

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

background-color css

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

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

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

border-color css

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

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

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