Html Css Color HEX #11032E Blackcurrant

📋 copy color: '#11032E'

red 17 ◦ green 3 ◦ blue 46

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

Shades of Blackcurrant #11032E

Tints of Blackcurrant #11032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 69.7%

R = 25.76%
G = 4.55%
B = 69.7%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#11032E (or 0x11032E) is known color: Blackcurrant. HEX triplet: 11, 03 and 2E. RGB value is (17,3,46). Sum of RGB (Red+Green+Blue) = 17+3+46=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 46 (18.36% from 255 or 69.70% from 66); Max value from RGB is 46 - color contains mainly: blue. Hex color #11032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11032E is #EEFCD1. Grayscale: #0B0B0B. Windows color (decimal): -15662290 or 3015441. OLE color: 3015441.

HSL color Cylindrical-coordinate representation of color #11032E: hue angle of 259.53º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11032E is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 3 46 -
CMYK 0.63 0.93 0 0.82
HSL 259.53º 0.88% 0.1% -
HSV(B) 259.53º 0.93% 0.18% -
XYZ 0.76 0.38 2.62 -
YUV 12.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 17 3 46 0.63 0.93 0 0.82 259.53 0.88 0.1
Hex 11 3 2E 3F 5D 0 52 104 58 A
Octal 21 3 56 77 135 0 122 404 130 12
Binary 10001 11 101110 111111 1011101 0 1010010 100000100 1011000 1010

Color Harmonies of #11032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11032E

Black with #11032E

Text Example


Text Example

White with #11032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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