#33053C

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

Shades of Blackcurrant #33053C

Tints of Blackcurrant #33053C

Color information

#33053C (or 0x33053C) is unknown color: approx Blackcurrant. HEX triplet: 33, 05 and 3C. RGB value is (51,5,60). Sum of RGB (Red+Green+Blue) = 51+5+60=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #33053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33053C is #CCFAC3. Grayscale: #181818. Windows color (decimal): -13433540 or 3933491. OLE color: 3933491.

HSL color Cylindrical-coordinate representation of color #33053C: hue angle of 290.18º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33053C is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB51560-
CMYK0.150.9200.76
HSL290.18º84.62%12.75%-
HSV(B)290.18º91.67%23.53%-
XYZ2.241.144.38-
YUV25.02147.74146.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 60 (23.83% from 255) = 51.72%
R=43.97%
G=4.31%
B=51.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal515600.150.9200.76290.1884.6212.75
Hex3353CF5C04C12255d
Octal6357417134011444212515
Binary110011101111100111110111000100110010010001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,5,60); }

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

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

 a { background-color: rgb(51,5,60); }

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

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

 span { border-color: rgb(51,5,60); }

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