#33133A

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

Shades of Blackcurrant #33133A

Tints of Blackcurrant #33133A

Color information

#33133A (or 0x33133A) is unknown color: approx Blackcurrant. HEX triplet: 33, 13 and 3A. RGB value is (51,19,58). Sum of RGB (Red+Green+Blue) = 51+19+58=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 58 - color contains mainly: blue. Hex color #33133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33133A is #CCECC5. Grayscale: #202020. Windows color (decimal): -13429958 or 3806003. OLE color: 3806003.

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

Color convert

RGB511958-
CMYK0.120.6700.77
HSL289.23º50.65%15.1%-
HSV(B)289.23º67.24%22.75%-
XYZ2.361.484.16-
YUV33.01142.1140.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 58 (23.05% from 255) = 45.31%
R=39.84%
G=14.84%
B=45.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5119580.120.6700.77289.2350.6515.1
Hex33133AC4304D12133f
Octal6323721410301154416317
Binary1100111001111101011001000011010011011001000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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