#15051C

Color #15051C Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #15051C

Tints of Blackcurrant #15051C

Color information

#15051C (or 0x15051C) is unknown color: approx Blackcurrant. HEX triplet: 15, 05 and 1C. RGB value is (21,5,28). Sum of RGB (Red+Green+Blue) = 21+5+28=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #15051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15051C is #EAFAE3. Grayscale: #0C0C0C. Windows color (decimal): -15399652 or 1836309. OLE color: 1836309.

HSL color Cylindrical-coordinate representation of color #15051C: hue angle of 281.74º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15051C is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB21528-
CMYK0.250.8200.89
HSL281.74º69.7%6.47%-
HSV(B)281.74º82.14%10.98%-
XYZ0.570.351.14-
YUV12.41136.8134.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.89%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 28 (11.33% from 255) = 51.85%
R=38.89%
G=9.26%
B=51.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal215280.250.8200.89281.7469.76.47
Hex1551C195205911a466
Octal255343112201314321066
Binary1010110111100110011010010010110011000110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15051C; }

 p { color: rgb(21,5,28); }

 H1.HeaderClassName
 {
   color: #15051C;
 }
 .AnyTagClassName
 {
   color: #15051C;
 }
</style>
background-color css

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

 a { background-color: rgb(21,5,28); }

 div.DivClassName
 {
   background-color: #15051C;
 }
 .BgClassName
 {
   background-color: #15051C;
 }
</style>
border-color css

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

 span { border-color: rgb(21,5,28); }

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