Html Css Color HEX #15011F Blackcurrant

📋 copy color: '#15011F'

red 21 ◦ green 1 ◦ blue 31

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

Shades of Blackcurrant #15011F

Tints of Blackcurrant #15011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.89%

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

R = 39.62%
G = 1.89%
B = 58.49%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#15011F (or 0x15011F) is known color: Blackcurrant. HEX triplet: 15, 01 and 1F. RGB value is (21,1,31). Sum of RGB (Red+Green+Blue) = 21+1+31=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #15011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15011F is #EAFEE0. Grayscale: #0A0A0A. Windows color (decimal): -15400673 or 2031893. OLE color: 2031893.

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

Color convert

RGB 21 1 31 -
CMYK 0.32 0.97 0 0.88
HSL 280º 0.94% 0.06% -
HSV(B) 280º 0.97% 0.12% -
XYZ 0.57 0.28 1.32 -
YUV 10.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 21 1 31 0.32 0.97 0 0.88 280 0.94 0.06
Hex 15 1 1F 20 61 0 58 118 5E 6
Octal 25 1 37 40 141 0 130 430 136 6
Binary 10101 1 11111 100000 1100001 0 1011000 100011000 1011110 110

Color Harmonies of #15011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15011F

Black with #15011F

Text Example


Text Example

White with #15011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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