Html Css Color HEX #110133 Blackcurrant

📋 copy color: '#110133'

red 17 ◦ green 1 ◦ blue 51

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

Shades of Blackcurrant #110133

Tints of Blackcurrant #110133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.45%

 BLUE value IS 51 (20.31% from 255) = 73.91%

R = 24.64%
G = 1.45%
B = 73.91%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#110133 (or 0x110133) is known color: Blackcurrant. HEX triplet: 11, 01 and 33. RGB value is (17,1,51). Sum of RGB (Red+Green+Blue) = 17+1+51=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 51 (20.31% from 255 or 73.91% from 69); Max value from RGB is 51 - color contains mainly: blue. Hex color #110133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110133 is #EEFECC. Grayscale: #0B0B0B. Windows color (decimal): -15662797 or 3342609. OLE color: 3342609.

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

Color convert

RGB 17 1 51 -
CMYK 0.67 0.98 0 0.8
HSL 259.2º 0.96% 0.1% -
HSV(B) 259.2º 0.98% 0.2% -
XYZ 0.84 0.38 3.16 -
YUV 11.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 17 1 51 0.67 0.98 0 0.8 259.2 0.96 0.1
Hex 11 1 33 43 62 0 50 103 60 A
Octal 21 1 63 103 142 0 120 403 140 12
Binary 10001 1 110011 1000011 1100010 0 1010000 100000011 1100000 1010

Color Harmonies of #110133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110133

Black with #110133

Text Example


Text Example

White with #110133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110133; }

 p { color: rgb(17,1,51); }

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

background-color css

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

 a { background-color: rgb(17,1,51); }

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

border-color css

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

 span { border-color: rgb(17,1,51); }

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