Html Css Color HEX #110215 Blackcurrant

📋 copy color: '#110215'

red 17 ◦ green 2 ◦ blue 21

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

Shades of Blackcurrant #110215

Tints of Blackcurrant #110215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 52.5%

R = 42.5%
G = 5%
B = 52.5%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110215 (or 0x110215) is known color: Blackcurrant. HEX triplet: 11, 02 and 15. RGB value is (17,2,21). Sum of RGB (Red+Green+Blue) = 17+2+21=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #110215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110215 is #EEFDEA. Grayscale: #080808. Windows color (decimal): -15662571 or 1376785. OLE color: 1376785.

HSL color Cylindrical-coordinate representation of color #110215: hue angle of 287.37º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110215 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 2 21 -
CMYK 0.19 0.90 0 0.92
HSL 287.37º 0.83% 0.05% -
HSV(B) 287.37º 0.9% 0.08% -
XYZ 0.39 0.22 0.73 -
YUV 8.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 17 2 21 0.19 0.90 0 0.92 287.37 0.83 0.05
Hex 11 2 15 13 5A 0 5C 11F 53 5
Octal 21 2 25 23 132 0 134 437 123 5
Binary 10001 10 10101 10011 1011010 0 1011100 100011111 1010011 101

Color Harmonies of #110215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110215

Black with #110215

Text Example


Text Example

White with #110215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110215; }

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

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

background-color css

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

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

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

border-color css

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

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

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