Html Css Color HEX #11021C Blackcurrant

📋 copy color: '#11021C'

red 17 ◦ green 2 ◦ blue 28

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

Shades of Blackcurrant #11021C

Tints of Blackcurrant #11021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.26%

 BLUE value IS 28 (11.33% from 255) = 59.57%

R = 36.17%
G = 4.26%
B = 59.57%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11021C (or 0x11021C) is known color: Blackcurrant. HEX triplet: 11, 02 and 1C. RGB value is (17,2,28). Sum of RGB (Red+Green+Blue) = 17+2+28=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #11021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11021C is #EEFDE3. Grayscale: #090909. Windows color (decimal): -15662564 or 1835537. OLE color: 1835537.

HSL color Cylindrical-coordinate representation of color #11021C: hue angle of 274.62º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11021C is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 2 28 -
CMYK 0.39 0.93 0 0.89
HSL 274.62º 0.87% 0.06% -
HSV(B) 274.62º 0.93% 0.11% -
XYZ 0.46 0.25 1.12 -
YUV 9.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 17 2 28 0.39 0.93 0 0.89 274.62 0.87 0.06
Hex 11 2 1C 27 5D 0 59 113 57 6
Octal 21 2 34 47 135 0 131 423 127 6
Binary 10001 10 11100 100111 1011101 0 1011001 100010011 1010111 110

Color Harmonies of #11021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11021C

Black with #11021C

Text Example


Text Example

White with #11021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,2,28); }

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

background-color css

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

 a { background-color: rgb(17,2,28); }

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

border-color css

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

 span { border-color: rgb(17,2,28); }

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