#33043D

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

Shades of Blackcurrant #33043D

Tints of Blackcurrant #33043D

Color information

#33043D (or 0x33043D) is unknown color: approx Blackcurrant. HEX triplet: 33, 04 and 3D. RGB value is (51,4,61). Sum of RGB (Red+Green+Blue) = 51+4+61=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #33043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33043D is #CCFBC2. Grayscale: #181818. Windows color (decimal): -13433795 or 3998771. OLE color: 3998771.

HSL color Cylindrical-coordinate representation of color #33043D: hue angle of 289.47º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33043D is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB51461-
CMYK0.160.9300.76
HSL289.47º87.69%12.75%-
HSV(B)289.47º93.44%23.92%-
XYZ2.251.134.51-
YUV24.55148.57146.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 61 (24.22% from 255) = 52.59%
R=43.97%
G=3.45%
B=52.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal514610.160.9300.76289.4787.6912.75
Hex3343D105D04C12158d
Octal6347520135011444113015
Binary1100111001111011000010111010100110010010000110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33043D; }

 p { color: rgb(51,4,61); }

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

<style>
 a { background-color: #33043D; }

 a { background-color: rgb(51,4,61); }

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

<style>
 span { border-color: #33043D; }

 span { border-color: rgb(51,4,61); }

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