#15002B

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

Shades of Blackcurrant #15002B

Tints of Blackcurrant #15002B

Color information

#15002B (or 0x15002B) is unknown color: approx Blackcurrant. HEX triplet: 15, 00 and 2B. RGB value is (21,0,43). Sum of RGB (Red+Green+Blue) = 21+0+43=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 43 (17.19% from 255 or 67.19% from 64); Max value from RGB is 43 - color contains mainly: blue. Hex color #15002B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15002B is #EAFFD4. Grayscale: #0B0B0B. Windows color (decimal): -15400917 or 2818069. OLE color: 2818069.

HSL color Cylindrical-coordinate representation of color #15002B: hue angle of 269.3º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15002B is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB21043-
CMYK0.51100.83
HSL269.3º100%8.43%-
HSV(B)269.3º100%16.86%-
XYZ0.750.332.31-
YUV11.18145.96135-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 67.19%
R=32.81%
G=0%
B=67.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal210430.51100.83269.31008.43
Hex1502B336405310d648
Octal2505363144012341514410
Binary10101010101111001111001000101001110000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15002B; }

 p { color: rgb(21,0,43); }

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

<style>
 a { background-color: #15002B; }

 a { background-color: rgb(21,0,43); }

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

<style>
 span { border-color: #15002B; }

 span { border-color: rgb(21,0,43); }

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