#150222

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

Shades of Blackcurrant #150222

Tints of Blackcurrant #150222

Color information

#150222 (or 0x150222) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 22. RGB value is (21,2,34). Sum of RGB (Red+Green+Blue) = 21+2+34=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 34 (13.67% from 255 or 59.65% from 57); Max value from RGB is 34 - color contains mainly: blue. Hex color #150222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150222 is #EAFDDD. Grayscale: #0B0B0B. Windows color (decimal): -15400414 or 2228757. OLE color: 2228757.

HSL color Cylindrical-coordinate representation of color #150222: hue angle of 275.62º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150222 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB21234-
CMYK0.380.9400.87
HSL275.62º88.89%7.06%-
HSV(B)275.62º94.12%13.33%-
XYZ0.620.321.54-
YUV11.33140.79134.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.84%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 34 (13.67% from 255) = 59.65%
R=36.84%
G=3.51%
B=59.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal212340.380.9400.87275.6288.897.06
Hex15222265E057114597
Octal252424613601274241317
Binary10101101000101001101011110010101111000101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150222; }

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

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

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

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

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

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

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

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