#33154A

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

Shades of Blackcurrant #33154A

Tints of Blackcurrant #33154A

Color information

#33154A (or 0x33154A) is unknown color: approx Blackcurrant. HEX triplet: 33, 15 and 4A. RGB value is (51,21,74). Sum of RGB (Red+Green+Blue) = 51+21+74=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #33154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33154A is #CCEAB5. Grayscale: #232323. Windows color (decimal): -13429430 or 4855091. OLE color: 4855091.

HSL color Cylindrical-coordinate representation of color #33154A: hue angle of 273.96º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33154A is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB512174-
CMYK0.310.7200.71
HSL273.96º55.79%18.63%-
HSV(B)273.96º71.62%29.02%-
XYZ2.871.736.66-
YUV36.01149.44138.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.93%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 74 (29.30% from 255) = 50.68%
R=34.93%
G=14.38%
B=50.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5121740.310.7200.71273.9655.7918.63
Hex33154A1F480471123813
Octal63251123711001074227023
Binary1100111010110010101111110010000100011110001001011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33154A; }

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

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

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

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

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

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

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

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