#33133E

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

Shades of Blackcurrant #33133E

Tints of Blackcurrant #33133E

Color information

#33133E (or 0x33133E) is unknown color: approx Blackcurrant. HEX triplet: 33, 13 and 3E. RGB value is (51,19,62). Sum of RGB (Red+Green+Blue) = 51+19+62=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #33133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33133E is #CCECC1. Grayscale: #212121. Windows color (decimal): -13429954 or 4068147. OLE color: 4068147.

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

Color convert

RGB511962-
CMYK0.180.6900.76
HSL284.65º53.09%15.88%-
HSV(B)284.65º69.35%24.31%-
XYZ2.471.524.72-
YUV33.47144.1140.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 62 (24.61% from 255) = 46.97%
R=38.64%
G=14.39%
B=46.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5119620.180.6900.76284.6553.0915.88
Hex33133E124504C11d3510
Octal6323762210501144356520
Binary110011100111111101001010001010100110010001110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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