#150230

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

Shades of Blackcurrant #150230

Tints of Blackcurrant #150230

Color information

#150230 (or 0x150230) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 30. RGB value is (21,2,48). Sum of RGB (Red+Green+Blue) = 21+2+48=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 48 (19.14% from 255 or 67.61% from 71); Max value from RGB is 48 - color contains mainly: blue. Hex color #150230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150230 is #EAFDCF. Grayscale: #0C0C0C. Windows color (decimal): -15400400 or 3146261. OLE color: 3146261.

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

Color convert

RGB21248-
CMYK0.560.9600.81
HSL264.78º92%9.8%-
HSV(B)264.78º95.83%18.82%-
XYZ0.860.422.83-
YUV12.92147.79133.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.58%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 48 (19.14% from 255) = 67.61%
R=29.58%
G=2.82%
B=67.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal212480.560.9600.81264.78929.8
Hex1523038600511095ca
Octal2526070140012141113412
Binary101011011000011100011000000101000110000100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150230; }

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

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

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

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

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

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

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

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