Html Css Color HEX #111530 Black Russian

📋 copy color: '#111530'

red 17 ◦ green 21 ◦ blue 48

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

Shades of Black Russian #111530

Tints of Black Russian #111530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.42%

 BLUE value IS 48 (19.14% from 255) = 55.81%

R = 19.77%
G = 24.42%
B = 55.81%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#111530 (or 0x111530) is known color: Black Russian. HEX triplet: 11, 15 and 30. RGB value is (17,21,48). Sum of RGB (Red+Green+Blue) = 17+21+48=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #111530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111530 is #EEEACF. Grayscale: #161616. Windows color (decimal): -15657680 or 3151121. OLE color: 3151121.

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

Color convert

RGB 17 21 48 -
CMYK 0.65 0.56 0 0.81
HSL 232.26º 0.48% 0.13% -
HSV(B) 232.26º 0.65% 0.19% -
XYZ 1.03 0.87 2.91 -
YUV 22.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 17 21 48 0.65 0.56 0 0.81 232.26 0.48 0.13
Hex 11 15 30 41 38 0 51 E8 30 D
Octal 21 25 60 101 70 0 121 350 60 15
Binary 10001 10101 110000 1000001 111000 0 1010001 11101000 110000 1101

Color Harmonies of #111530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111530

Black with #111530

Text Example


Text Example

White with #111530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111530; }

 p { color: rgb(17,21,48); }

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

background-color css

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

 a { background-color: rgb(17,21,48); }

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

border-color css

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

 span { border-color: rgb(17,21,48); }

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