Html Css Color HEX #110332 Blackcurrant

📋 copy color: '#110332'

red 17 ◦ green 3 ◦ blue 50

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

Shades of Blackcurrant #110332

Tints of Blackcurrant #110332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.29%

 BLUE value IS 50 (19.92% from 255) = 71.43%

R = 24.29%
G = 4.29%
B = 71.43%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#110332 (or 0x110332) is known color: Blackcurrant. HEX triplet: 11, 03 and 32. RGB value is (17,3,50). Sum of RGB (Red+Green+Blue) = 17+3+50=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #110332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110332 is #EEFCCD. Grayscale: #0C0C0C. Windows color (decimal): -15662286 or 3277585. OLE color: 3277585.

HSL color Cylindrical-coordinate representation of color #110332: hue angle of 257.87º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110332 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 3 50 -
CMYK 0.66 0.94 0 0.80
HSL 257.87º 0.89% 0.1% -
HSV(B) 257.87º 0.94% 0.2% -
XYZ 0.84 0.41 3.05 -
YUV 12.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 17 3 50 0.66 0.94 0 0.80 257.87 0.89 0.1
Hex 11 3 32 42 5E 0 50 102 59 A
Octal 21 3 62 102 136 0 120 402 131 12
Binary 10001 11 110010 1000010 1011110 0 1010000 100000010 1011001 1010

Color Harmonies of #110332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110332

Black with #110332

Text Example


Text Example

White with #110332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110332; }

 p { color: rgb(17,3,50); }

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

background-color css

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

 a { background-color: rgb(17,3,50); }

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

border-color css

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

 span { border-color: rgb(17,3,50); }

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