Html Css Color HEX #110F21 Black Russian

📋 copy color: '#110F21'

red 17 ◦ green 15 ◦ blue 33

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

Shades of Black Russian #110F21

Tints of Black Russian #110F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.08%

 BLUE value IS 33 (13.28% from 255) = 50.77%

R = 26.15%
G = 23.08%
B = 50.77%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#110F21 (or 0x110F21) is known color: Black Russian. HEX triplet: 11, 0F and 21. RGB value is (17,15,33). Sum of RGB (Red+Green+Blue) = 17+15+33=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #110F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F21 is #EEF0DE. Grayscale: #111111. Windows color (decimal): -15659231 or 2166545. OLE color: 2166545.

HSL color Cylindrical-coordinate representation of color #110F21: hue angle of 246.67º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #110F21 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 15 33 -
CMYK 0.48 0.55 0 0.87
HSL 246.67º 0.38% 0.09% -
HSV(B) 246.67º 0.55% 0.13% -
XYZ 0.68 0.57 1.51 -
YUV 17.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 17 15 33 0.48 0.55 0 0.87 246.67 0.38 0.09
Hex 11 F 21 30 37 0 57 F7 26 9
Octal 21 17 41 60 67 0 127 367 46 11
Binary 10001 1111 100001 110000 110111 0 1010111 11110111 100110 1001

Color Harmonies of #110F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F21

Black with #110F21

Text Example


Text Example

White with #110F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110F21; }

 p { color: rgb(17,15,33); }

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

background-color css

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

 a { background-color: rgb(17,15,33); }

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

border-color css

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

 span { border-color: rgb(17,15,33); }

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