Html Css Color HEX #110229 Blackcurrant

📋 copy color: '#110229'

red 17 ◦ green 2 ◦ blue 41

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

Shades of Blackcurrant #110229

Tints of Blackcurrant #110229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.33%

 BLUE value IS 41 (16.41% from 255) = 68.33%

R = 28.33%
G = 3.33%
B = 68.33%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#110229 (or 0x110229) is known color: Blackcurrant. HEX triplet: 11, 02 and 29. RGB value is (17,2,41). Sum of RGB (Red+Green+Blue) = 17+2+41=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 41 (16.41% from 255 or 68.33% from 60); Max value from RGB is 41 - color contains mainly: blue. Hex color #110229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110229 is #EEFDD6. Grayscale: #0A0A0A. Windows color (decimal): -15662551 or 2687505. OLE color: 2687505.

HSL color Cylindrical-coordinate representation of color #110229: hue angle of 263.08º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110229 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 2 41 -
CMYK 0.59 0.95 0 0.84
HSL 263.08º 0.91% 0.08% -
HSV(B) 263.08º 0.95% 0.16% -
XYZ 0.65 0.32 2.13 -
YUV 10.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 17 2 41 0.59 0.95 0 0.84 263.08 0.91 0.08
Hex 11 2 29 3B 5F 0 54 107 5B 8
Octal 21 2 51 73 137 0 124 407 133 10
Binary 10001 10 101001 111011 1011111 0 1010100 100000111 1011011 1000

Color Harmonies of #110229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110229

Black with #110229

Text Example


Text Example

White with #110229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110229; }

 p { color: rgb(17,2,41); }

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

background-color css

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

 a { background-color: rgb(17,2,41); }

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

border-color css

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

 span { border-color: rgb(17,2,41); }

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