#15022E

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

Shades of Blackcurrant #15022E

Tints of Blackcurrant #15022E

Color information

#15022E (or 0x15022E) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 2E. RGB value is (21,2,46). Sum of RGB (Red+Green+Blue) = 21+2+46=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 46 (18.36% from 255 or 66.67% from 69); Max value from RGB is 46 - color contains mainly: blue. Hex color #15022E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15022E is #EAFDD1. Grayscale: #0C0C0C. Windows color (decimal): -15400402 or 3015189. OLE color: 3015189.

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

Color convert

RGB21246-
CMYK0.540.9600.82
HSL265.91º91.67%9.41%-
HSV(B)265.91º95.65%18.04%-
XYZ0.820.42.62-
YUV12.7146.79133.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.43%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 46 (18.36% from 255) = 66.67%
R=30.43%
G=2.90%
B=66.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal212460.540.9600.82265.9191.679.41
Hex1522E366005210a5c9
Octal2525666140012241213411
Binary101011010111011011011000000101001010000101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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