#150822

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

Shades of Blackcurrant #150822

Tints of Blackcurrant #150822

Color information

#150822 (or 0x150822) is unknown color: approx Blackcurrant. HEX triplet: 15, 08 and 22. RGB value is (21,8,34). Sum of RGB (Red+Green+Blue) = 21+8+34=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 34 (13.67% from 255 or 53.97% from 63); Max value from RGB is 34 - color contains mainly: blue. Hex color #150822 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150822 is #EAF7DD. Grayscale: #0E0E0E. Windows color (decimal): -15398878 or 2230293. OLE color: 2230293.

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

Color convert

RGB21834-
CMYK0.380.7600.87
HSL270º61.9%8.24%-
HSV(B)270º76.47%13.33%-
XYZ0.680.451.56-
YUV14.85138.81132.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 34 (13.67% from 255) = 53.97%
R=33.33%
G=12.70%
B=53.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal218340.380.7600.8727061.98.24
Hex15822264C05710e3e8
Octal2510424611401274167610
Binary1010110001000101001101001100010101111000011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150822; }

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

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

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

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

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

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

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

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