#15032E

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

Shades of Blackcurrant #15032E

Tints of Blackcurrant #15032E

Color information

#15032E (or 0x15032E) is unknown color: approx Blackcurrant. HEX triplet: 15, 03 and 2E. RGB value is (21,3,46). Sum of RGB (Red+Green+Blue) = 21+3+46=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #15032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15032E is #EAFCD1. Grayscale: #0D0D0D. Windows color (decimal): -15400146 or 3015445. OLE color: 3015445.

HSL color Cylindrical-coordinate representation of color #15032E: hue angle of 265.12º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15032E is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB21346-
CMYK0.540.9300.82
HSL265.12º87.76%9.61%-
HSV(B)265.12º93.48%18.04%-
XYZ0.830.422.62-
YUV13.28146.46133.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 46 (18.36% from 255) = 65.71%
R=30%
G=4.29%
B=65.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal213460.540.9300.82265.1287.769.61
Hex1532E365D05210958a
Octal2535666135012241113012
Binary101011110111011011010111010101001010000100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15032E; }

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

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

<style>
 a { background-color: #15032E; }

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

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

<style>
 span { border-color: #15032E; }

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

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