#150334

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

Shades of Blackcurrant #150334

Tints of Blackcurrant #150334

Color information

#150334 (or 0x150334) is unknown color: approx Blackcurrant. HEX triplet: 15, 03 and 34. RGB value is (21,3,52). Sum of RGB (Red+Green+Blue) = 21+3+52=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #150334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150334 is #EAFCCB. Grayscale: #0D0D0D. Windows color (decimal): -15400140 or 3408661. OLE color: 3408661.

HSL color Cylindrical-coordinate representation of color #150334: hue angle of 262.04º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150334 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB21352-
CMYK0.600.9400.80
HSL262.04º89.09%10.78%-
HSV(B)262.04º94.23%20.39%-
XYZ0.960.473.29-
YUV13.97149.46133.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.63%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 52 (20.70% from 255) = 68.42%
R=27.63%
G=3.95%
B=68.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal213520.600.9400.80262.0489.0910.78
Hex153343C5E05010659b
Octal2536474136012040613113
Binary101011111010011110010111100101000010000011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150334; }

 p { color: rgb(21,3,52); }

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

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

 a { background-color: rgb(21,3,52); }

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

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

 span { border-color: rgb(21,3,52); }

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