#33213E

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

Shades of Blackcurrant #33213E

Tints of Blackcurrant #33213E

Color information

#33213E (or 0x33213E) is unknown color: approx Blackcurrant. HEX triplet: 33, 21 and 3E. RGB value is (51,33,62). Sum of RGB (Red+Green+Blue) = 51+33+62=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #33213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33213E is #CCDEC1. Grayscale: #292929. Windows color (decimal): -13426370 or 4071731. OLE color: 4071731.

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

Color convert

RGB513362-
CMYK0.180.4700.76
HSL277.24º30.53%18.63%-
HSV(B)277.24º46.77%24.31%-
XYZ2.782.144.82-
YUV41.69139.46134.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.93%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=34.93%
G=22.60%
B=42.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5133620.180.4700.76277.2430.5318.63
Hex33213E122F04C1151f13
Octal634176225701144253723
Binary11001110000111111010010101111010011001000101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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