Html Css Color HEX #15021F Blackcurrant

📋 copy color: '#15021F'

red 21 ◦ green 2 ◦ blue 31

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

Shades of Blackcurrant #15021F

Tints of Blackcurrant #15021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 57.41%

R = 38.89%
G = 3.7%
B = 57.41%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#15021F (or 0x15021F) is known color: Blackcurrant. HEX triplet: 15, 02 and 1F. RGB value is (21,2,31). Sum of RGB (Red+Green+Blue) = 21+2+31=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #15021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15021F is #EAFDE0. Grayscale: #0A0A0A. Windows color (decimal): -15400417 or 2032149. OLE color: 2032149.

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

Color convert

RGB 21 2 31 -
CMYK 0.32 0.94 0 0.88
HSL 279.31º 0.88% 0.06% -
HSV(B) 279.31º 0.94% 0.12% -
XYZ 0.58 0.3 1.32 -
YUV 10.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 21 2 31 0.32 0.94 0 0.88 279.31 0.88 0.06
Hex 15 2 1F 20 5E 0 58 117 58 6
Octal 25 2 37 40 136 0 130 427 130 6
Binary 10101 10 11111 100000 1011110 0 1011000 100010111 1011000 110

Color Harmonies of #15021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15021F

Black with #15021F

Text Example


Text Example

White with #15021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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