Html Css Color HEX #110424 Blackcurrant

📋 copy color: '#110424'

red 17 ◦ green 4 ◦ blue 36

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

Shades of Blackcurrant #110424

Tints of Blackcurrant #110424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.02%

 BLUE value IS 36 (14.45% from 255) = 63.16%

R = 29.82%
G = 7.02%
B = 63.16%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#110424 (or 0x110424) is known color: Blackcurrant. HEX triplet: 11, 04 and 24. RGB value is (17,4,36). Sum of RGB (Red+Green+Blue) = 17+4+36=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #110424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110424 is #EEFBDB. Grayscale: #0B0B0B. Windows color (decimal): -15662044 or 2360337. OLE color: 2360337.

HSL color Cylindrical-coordinate representation of color #110424: hue angle of 264.38º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110424 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 4 36 -
CMYK 0.53 0.89 0 0.86
HSL 264.38º 0.8% 0.08% -
HSV(B) 264.38º 0.89% 0.14% -
XYZ 0.59 0.33 1.7 -
YUV 11.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 17 4 36 0.53 0.89 0 0.86 264.38 0.8 0.08
Hex 11 4 24 35 59 0 56 108 50 8
Octal 21 4 44 65 131 0 126 410 120 10
Binary 10001 100 100100 110101 1011001 0 1010110 100001000 1010000 1000

Color Harmonies of #110424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110424

Black with #110424

Text Example


Text Example

White with #110424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110424; }

 p { color: rgb(17,4,36); }

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

background-color css

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

 a { background-color: rgb(17,4,36); }

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

border-color css

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

 span { border-color: rgb(17,4,36); }

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