#150233

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

Shades of Blackcurrant #150233

Tints of Blackcurrant #150233

Color information

#150233 (or 0x150233) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 33. RGB value is (21,2,51). Sum of RGB (Red+Green+Blue) = 21+2+51=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 51 (20.31% from 255 or 68.92% from 74); Max value from RGB is 51 - color contains mainly: blue. Hex color #150233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150233 is #EAFDCC. Grayscale: #0D0D0D. Windows color (decimal): -15400397 or 3342869. OLE color: 3342869.

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

Color convert

RGB21251-
CMYK0.590.9600.8
HSL263.27º92.45%10.39%-
HSV(B)263.27º96.08%20%-
XYZ0.930.443.17-
YUV13.27149.29133.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.38%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 51 (20.31% from 255) = 68.92%
R=28.38%
G=2.70%
B=68.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal212510.590.9600.8263.2792.4510.39
Hex152333B600501075ca
Octal2526373140012040713412
Binary101011011001111101111000000101000010000011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150233; }

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

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

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

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

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

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

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

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