Html Css Color HEX #11021D Blackcurrant

📋 copy color: '#11021D'

red 17 ◦ green 2 ◦ blue 29

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

Shades of Blackcurrant #11021D

Tints of Blackcurrant #11021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 60.42%

R = 35.42%
G = 4.17%
B = 60.42%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11021D (or 0x11021D) is known color: Blackcurrant. HEX triplet: 11, 02 and 1D. RGB value is (17,2,29). Sum of RGB (Red+Green+Blue) = 17+2+29=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #11021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11021D is #EEFDE2. Grayscale: #090909. Windows color (decimal): -15662563 or 1901073. OLE color: 1901073.

HSL color Cylindrical-coordinate representation of color #11021D: hue angle of 273.33º 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 #11021D is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 2 29 -
CMYK 0.41 0.93 0 0.89
HSL 273.33º 0.87% 0.06% -
HSV(B) 273.33º 0.93% 0.11% -
XYZ 0.47 0.25 1.19 -
YUV 9.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 17 2 29 0.41 0.93 0 0.89 273.33 0.87 0.06
Hex 11 2 1D 29 5D 0 59 111 57 6
Octal 21 2 35 51 135 0 131 421 127 6
Binary 10001 10 11101 101001 1011101 0 1011001 100010001 1010111 110

Color Harmonies of #11021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11021D

Black with #11021D

Text Example


Text Example

White with #11021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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