Html Css Color HEX #110820 Blackcurrant

📋 copy color: '#110820'

red 17 ◦ green 8 ◦ blue 32

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

Shades of Blackcurrant #110820

Tints of Blackcurrant #110820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.04%

 BLUE value IS 32 (12.89% from 255) = 56.14%

R = 29.82%
G = 14.04%
B = 56.14%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#110820 (or 0x110820) is known color: Blackcurrant. HEX triplet: 11, 08 and 20. RGB value is (17,8,32). Sum of RGB (Red+Green+Blue) = 17+8+32=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #110820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110820 is #EEF7DF. Grayscale: #0D0D0D. Windows color (decimal): -15661024 or 2099217. OLE color: 2099217.

HSL color Cylindrical-coordinate representation of color #110820: hue angle of 262.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #110820 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 8 32 -
CMYK 0.47 0.75 0 0.87
HSL 262.5º 0.6% 0.08% -
HSV(B) 262.5º 0.75% 0.13% -
XYZ 0.58 0.4 1.41 -
YUV 13.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 17 8 32 0.47 0.75 0 0.87 262.5 0.6 0.08
Hex 11 8 20 2F 4B 0 57 106 3C 8
Octal 21 10 40 57 113 0 127 406 74 10
Binary 10001 1000 100000 101111 1001011 0 1010111 100000110 111100 1000

Color Harmonies of #110820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110820

Black with #110820

Text Example


Text Example

White with #110820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110820; }

 p { color: rgb(17,8,32); }

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

background-color css

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

 a { background-color: rgb(17,8,32); }

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

border-color css

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

 span { border-color: rgb(17,8,32); }

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