Html Css Color HEX #11032F Blackcurrant

📋 copy color: '#11032F'

red 17 ◦ green 3 ◦ blue 47

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

Shades of Blackcurrant #11032F

Tints of Blackcurrant #11032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 70.15%

R = 25.37%
G = 4.48%
B = 70.15%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#11032F (or 0x11032F) is known color: Blackcurrant. HEX triplet: 11, 03 and 2F. RGB value is (17,3,47). Sum of RGB (Red+Green+Blue) = 17+3+47=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #11032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11032F is #EEFCD0. Grayscale: #0C0C0C. Windows color (decimal): -15662289 or 3080977. OLE color: 3080977.

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

Color convert

RGB 17 3 47 -
CMYK 0.64 0.94 0 0.82
HSL 259.09º 0.88% 0.1% -
HSV(B) 259.09º 0.94% 0.18% -
XYZ 0.78 0.39 2.72 -
YUV 12.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 17 3 47 0.64 0.94 0 0.82 259.09 0.88 0.1
Hex 11 3 2F 40 5E 0 52 103 58 A
Octal 21 3 57 100 136 0 122 403 130 12
Binary 10001 11 101111 1000000 1011110 0 1010010 100000011 1011000 1010

Color Harmonies of #11032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11032F

Black with #11032F

Text Example


Text Example

White with #11032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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