#33133D

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

Shades of Blackcurrant #33133D

Tints of Blackcurrant #33133D

Color information

#33133D (or 0x33133D) is unknown color: approx Blackcurrant. HEX triplet: 33, 13 and 3D. RGB value is (51,19,61). Sum of RGB (Red+Green+Blue) = 51+19+61=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #33133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33133D is #CCECC2. Grayscale: #212121. Windows color (decimal): -13429955 or 4002611. OLE color: 4002611.

HSL color Cylindrical-coordinate representation of color #33133D: hue angle of 285.71º degrees, saturation: 0.52, 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 #33133D is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB511961-
CMYK0.160.6900.76
HSL285.71º52.5%15.69%-
HSV(B)285.71º68.85%23.92%-
XYZ2.441.514.58-
YUV33.36143.6140.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.93%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=38.93%
G=14.50%
B=46.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5119610.160.6900.76285.7152.515.69
Hex33133D104504C11e3410
Octal6323752010501144366420
Binary110011100111111011000010001010100110010001111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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