#33004A

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

Shades of Blackcurrant #33004A

Tints of Blackcurrant #33004A

Color information

#33004A (or 0x33004A) is unknown color: approx Blackcurrant. HEX triplet: 33, 00 and 4A. RGB value is (51,0,74). Sum of RGB (Red+Green+Blue) = 51+0+74=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #33004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33004A is #CCFFB5. Grayscale: #171717. Windows color (decimal): -13434806 or 4849715. OLE color: 4849715.

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

Color convert

RGB51074-
CMYK0.31100.71
HSL281.35º100%14.51%-
HSV(B)281.35º100%29.02%-
XYZ2.61.26.57-
YUV23.68156.4147.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 59.2%
R=40.8%
G=0%
B=59.2%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal510740.31100.71281.3510014.51
Hex3304A1F6404711964f
Octal63011237144010743114417
Binary110011010010101111111001000100011110001100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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