#33213A

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

Shades of Blackcurrant #33213A

Tints of Blackcurrant #33213A

Color information

#33213A (or 0x33213A) is unknown color: approx Blackcurrant. HEX triplet: 33, 21 and 3A. RGB value is (51,33,58). Sum of RGB (Red+Green+Blue) = 51+33+58=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: blue. Hex color #33213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33213A is #CCDEC5. Grayscale: #292929. Windows color (decimal): -13426374 or 3809587. OLE color: 3809587.

HSL color Cylindrical-coordinate representation of color #33213A: hue angle of 283.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33213A is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB513358-
CMYK0.120.4300.77
HSL283.2º27.47%17.84%-
HSV(B)283.2º43.1%22.75%-
XYZ2.672.14.27-
YUV41.23137.46134.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=35.92%
G=23.24%
B=40.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5133580.120.4300.77283.227.4717.84
Hex33213AC2B04D11b1b12
Octal634172145301154333322
Binary1100111000011110101100101011010011011000110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33213A; }

 p { color: rgb(51,33,58); }

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

<style>
 a { background-color: #33213A; }

 a { background-color: rgb(51,33,58); }

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

<style>
 span { border-color: #33213A; }

 span { border-color: rgb(51,33,58); }

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