Html Css Color HEX #110232 Blackcurrant

📋 copy color: '#110232'

red 17 ◦ green 2 ◦ blue 50

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

Shades of Blackcurrant #110232

Tints of Blackcurrant #110232

RGB

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

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

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

R = 24.64%
G = 2.9%
B = 72.46%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#110232 (or 0x110232) is known color: Blackcurrant. HEX triplet: 11, 02 and 32. RGB value is (17,2,50). Sum of RGB (Red+Green+Blue) = 17+2+50=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 50 (19.92% from 255 or 72.46% from 69); Max value from RGB is 50 - color contains mainly: blue. Hex color #110232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110232 is #EEFDCD. Grayscale: #0B0B0B. Windows color (decimal): -15662542 or 3277329. OLE color: 3277329.

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

Color convert

RGB 17 2 50 -
CMYK 0.66 0.96 0 0.80
HSL 258.75º 0.92% 0.1% -
HSV(B) 258.75º 0.96% 0.2% -
XYZ 0.83 0.39 3.05 -
YUV 11.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 17 2 50 0.66 0.96 0 0.80 258.75 0.92 0.1
Hex 11 2 32 42 60 0 50 103 5C A
Octal 21 2 62 102 140 0 120 403 134 12
Binary 10001 10 110010 1000010 1100000 0 1010000 100000011 1011100 1010

Color Harmonies of #110232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110232

Black with #110232

Text Example


Text Example

White with #110232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110232; }

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

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

background-color css

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

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

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

border-color css

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

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

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