#15031C

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

Shades of Blackcurrant #15031C

Tints of Blackcurrant #15031C

Color information

#15031C (or 0x15031C) is unknown color: approx Blackcurrant. HEX triplet: 15, 03 and 1C. RGB value is (21,3,28). Sum of RGB (Red+Green+Blue) = 21+3+28=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #15031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15031C is #EAFCE3. Grayscale: #0B0B0B. Windows color (decimal): -15400164 or 1835797. OLE color: 1835797.

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

Color convert

RGB21328-
CMYK0.250.8900.89
HSL283.2º80.65%6.08%-
HSV(B)283.2º89.29%10.98%-
XYZ0.550.311.13-
YUV11.23137.46134.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 40.38%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 28 (11.33% from 255) = 53.85%
R=40.38%
G=5.77%
B=53.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal213280.250.8900.89283.280.656.08
Hex1531C195905911b516
Octal253343113101314331216
Binary101011111100110011011001010110011000110111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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