#150430

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

Shades of Blackcurrant #150430

Tints of Blackcurrant #150430

Color information

#150430 (or 0x150430) is unknown color: approx Blackcurrant. HEX triplet: 15, 04 and 30. RGB value is (21,4,48). Sum of RGB (Red+Green+Blue) = 21+4+48=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #150430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150430 is #EAFBCF. Grayscale: #0D0D0D. Windows color (decimal): -15399888 or 3146773. OLE color: 3146773.

HSL color Cylindrical-coordinate representation of color #150430: hue angle of 263.18º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150430 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB21448-
CMYK0.560.9200.81
HSL263.18º84.62%10.2%-
HSV(B)263.18º91.67%18.82%-
XYZ0.890.462.84-
YUV14.1147.13132.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.77%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 48 (19.14% from 255) = 65.75%
R=28.77%
G=5.48%
B=65.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal214480.560.9200.81263.1884.6210.2
Hex15430385C05110755a
Octal2546070134012140712512
Binary1010110011000011100010111000101000110000011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150430; }

 p { color: rgb(21,4,48); }

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

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

 a { background-color: rgb(21,4,48); }

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

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

 span { border-color: rgb(21,4,48); }

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