#33073D

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

Shades of Blackcurrant #33073D

Tints of Blackcurrant #33073D

Color information

#33073D (or 0x33073D) is unknown color: approx Blackcurrant. HEX triplet: 33, 07 and 3D. RGB value is (51,7,61). Sum of RGB (Red+Green+Blue) = 51+7+61=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #33073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33073D is #CCF8C2. Grayscale: #1A1A1A. Windows color (decimal): -13433027 or 3999539. OLE color: 3999539.

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

Color convert

RGB51761-
CMYK0.160.8900.76
HSL288.89º79.41%13.33%-
HSV(B)288.89º88.52%23.92%-
XYZ2.281.194.52-
YUV26.31147.58145.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.86%
GREEN value IS 7 (3.12% from 255) = 5.88%
BLUE value IS 61 (24.22% from 255) = 51.26%
R=42.86%
G=5.88%
B=51.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal517610.160.8900.76288.8979.4113.33
Hex3373D105904C1214fd
Octal6377520131011444111715
Binary1100111111111011000010110010100110010010000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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