Html Css Color HEX #15021D Blackcurrant

📋 copy color: '#15021D'

red 21 ◦ green 2 ◦ blue 29

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

Shades of Blackcurrant #15021D

Tints of Blackcurrant #15021D

RGB

 RED value IS 21 (8.59% from 255) = 40.38%

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

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

R = 40.38%
G = 3.85%
B = 55.77%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#15021D (or 0x15021D) is known color: Blackcurrant. HEX triplet: 15, 02 and 1D. RGB value is (21,2,29). Sum of RGB (Red+Green+Blue) = 21+2+29=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #15021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15021D is #EAFDE2. Grayscale: #0A0A0A. Windows color (decimal): -15400419 or 1901077. OLE color: 1901077.

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

Color convert

RGB 21 2 29 -
CMYK 0.28 0.93 0 0.89
HSL 282.22º 0.87% 0.06% -
HSV(B) 282.22º 0.93% 0.11% -
XYZ 0.55 0.29 1.19 -
YUV 10.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 21 2 29 0.28 0.93 0 0.89 282.22 0.87 0.06
Hex 15 2 1D 1C 5D 0 59 11A 57 6
Octal 25 2 35 34 135 0 131 432 127 6
Binary 10101 10 11101 11100 1011101 0 1011001 100011010 1010111 110

Color Harmonies of #15021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15021D

Black with #15021D

Text Example


Text Example

White with #15021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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