Html Css Color HEX #11021E Blackcurrant

📋 copy color: '#11021E'

red 17 ◦ green 2 ◦ blue 30

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

Shades of Blackcurrant #11021E

Tints of Blackcurrant #11021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 61.22%

R = 34.69%
G = 4.08%
B = 61.22%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11021E (or 0x11021E) is known color: Blackcurrant. HEX triplet: 11, 02 and 1E. RGB value is (17,2,30). Sum of RGB (Red+Green+Blue) = 17+2+30=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #11021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11021E is #EEFDE1. Grayscale: #090909. Windows color (decimal): -15662562 or 1966609. OLE color: 1966609.

HSL color Cylindrical-coordinate representation of color #11021E: hue angle of 272.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11021E is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 2 30 -
CMYK 0.43 0.93 0 0.88
HSL 272.14º 0.88% 0.06% -
HSV(B) 272.14º 0.93% 0.12% -
XYZ 0.49 0.26 1.25 -
YUV 9.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 17 2 30 0.43 0.93 0 0.88 272.14 0.88 0.06
Hex 11 2 1E 2B 5D 0 58 110 58 6
Octal 21 2 36 53 135 0 130 420 130 6
Binary 10001 10 11110 101011 1011101 0 1011000 100010000 1011000 110

Color Harmonies of #11021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11021E

Black with #11021E

Text Example


Text Example

White with #11021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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