#33203D

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

Shades of Blackcurrant #33203D

Tints of Blackcurrant #33203D

Color information

#33203D (or 0x33203D) is unknown color: approx Blackcurrant. HEX triplet: 33, 20 and 3D. RGB value is (51,32,61). Sum of RGB (Red+Green+Blue) = 51+32+61=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #33203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33203D is #CCDFC2. Grayscale: #282828. Windows color (decimal): -13426627 or 4005939. OLE color: 4005939.

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

Color convert

RGB513261-
CMYK0.160.4800.76
HSL279.31º31.18%18.24%-
HSV(B)279.31º47.54%23.92%-
XYZ2.722.074.67-
YUV40.99139.29135.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=35.42%
G=22.22%
B=42.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5132610.160.4800.76279.3131.1818.24
Hex33203D103004C1171f12
Octal634075206001144273722
Binary11001110000011110110000110000010011001000101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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