#33154C

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

Shades of Blackcurrant #33154C

Tints of Blackcurrant #33154C

Color information

#33154C (or 0x33154C) is unknown color: approx Blackcurrant. HEX triplet: 33, 15 and 4C. RGB value is (51,21,76). Sum of RGB (Red+Green+Blue) = 51+21+76=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #33154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33154C is #CCEAB3. Grayscale: #242424. Windows color (decimal): -13429428 or 4986163. OLE color: 4986163.

HSL color Cylindrical-coordinate representation of color #33154C: hue angle of 272.73º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33154C is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB512176-
CMYK0.330.7200.70
HSL272.73º56.7%19.02%-
HSV(B)272.73º72.37%29.8%-
XYZ2.941.767.02-
YUV36.24150.44138.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.46%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=34.46%
G=14.19%
B=51.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5121760.330.7200.70272.7356.719.02
Hex33154C21480461113913
Octal63251144111001064217123
Binary11001110101100110010000110010000100011010001000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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