Html Css Color HEX #110033 Blackcurrant

📋 copy color: '#110033'

red 17 ◦ green 0 ◦ blue 51

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

Shades of Blackcurrant #110033

Tints of Blackcurrant #110033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25%
G = 0%
B = 75%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#110033 (or 0x110033) is known color: Blackcurrant. HEX triplet: 11, 00 and 33. RGB value is (17,0,51). Sum of RGB (Red+Green+Blue) = 17+0+51=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 51 (20.31% from 255 or 75% from 68); Max value from RGB is 51 - color contains mainly: blue. Hex color #110033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110033 is #EEFFCC. Grayscale: #0A0A0A. Windows color (decimal): -15663053 or 3342353. OLE color: 3342353.

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

Color convert

RGB 17 0 51 -
CMYK 0.67 1 0 0.8
HSL 260º 1% 0.1% -
HSV(B) 260º 1% 0.2% -
XYZ 0.83 0.36 3.16 -
YUV 10.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 17 0 51 0.67 1 0 0.8 260 1 0.1
Hex 11 0 33 43 64 0 50 104 64 A
Octal 21 0 63 103 144 0 120 404 144 12
Binary 10001 0 110011 1000011 1100100 0 1010000 100000100 1100100 1010

Color Harmonies of #110033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110033

Black with #110033

Text Example


Text Example

White with #110033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110033; }

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

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

background-color css

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

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

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

border-color css

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

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

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