Html Css Color HEX #11032C Blackcurrant

📋 copy color: '#11032C'

red 17 ◦ green 3 ◦ blue 44

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

Shades of Blackcurrant #11032C

Tints of Blackcurrant #11032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 68.75%

R = 26.56%
G = 4.69%
B = 68.75%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#11032C (or 0x11032C) is known color: Blackcurrant. HEX triplet: 11, 03 and 2C. RGB value is (17,3,44). Sum of RGB (Red+Green+Blue) = 17+3+44=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 44 (17.58% from 255 or 68.75% from 64); Max value from RGB is 44 - color contains mainly: blue. Hex color #11032C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11032C is #EEFCD3. Grayscale: #0B0B0B. Windows color (decimal): -15662292 or 2884369. OLE color: 2884369.

HSL color Cylindrical-coordinate representation of color #11032C: hue angle of 260.49º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11032C is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 3 44 -
CMYK 0.61 0.93 0 0.83
HSL 260.49º 0.87% 0.09% -
HSV(B) 260.49º 0.93% 0.17% -
XYZ 0.72 0.37 2.42 -
YUV 11.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 17 3 44 0.61 0.93 0 0.83 260.49 0.87 0.09
Hex 11 3 2C 3D 5D 0 53 104 57 9
Octal 21 3 54 75 135 0 123 404 127 11
Binary 10001 11 101100 111101 1011101 0 1010011 100000100 1010111 1001

Color Harmonies of #11032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11032C

Black with #11032C

Text Example


Text Example

White with #11032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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