#33004E

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

Shades of Blackcurrant #33004E

Tints of Blackcurrant #33004E

Color information

#33004E (or 0x33004E) is unknown color: approx Blackcurrant. HEX triplet: 33, 00 and 4E. RGB value is (51,0,78). Sum of RGB (Red+Green+Blue) = 51+0+78=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #33004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33004E is #CCFFB1. Grayscale: #171717. Windows color (decimal): -13434802 or 5111859. OLE color: 5111859.

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

Color convert

RGB51078-
CMYK0.35100.69
HSL279.23º100%15.29%-
HSV(B)279.23º100%30.59%-
XYZ2.741.257.31-
YUV24.14158.4147.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 60.47%
R=39.53%
G=0%
B=60.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal510780.35100.69279.2310015.29
Hex3304E236404511764f
Octal63011643144010542714417
Binary1100110100111010001111001000100010110001011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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