#33143D

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

Shades of Blackcurrant #33143D

Tints of Blackcurrant #33143D

Color information

#33143D (or 0x33143D) is unknown color: approx Blackcurrant. HEX triplet: 33, 14 and 3D. RGB value is (51,20,61). Sum of RGB (Red+Green+Blue) = 51+20+61=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #33143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33143D is #CCEBC2. Grayscale: #212121. Windows color (decimal): -13429699 or 4002867. OLE color: 4002867.

HSL color Cylindrical-coordinate representation of color #33143D: hue angle of 285.37º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33143D is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB512061-
CMYK0.160.6700.76
HSL285.37º50.62%15.88%-
HSV(B)285.37º67.21%23.92%-
XYZ2.461.544.58-
YUV33.94143.27140.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 61 (24.22% from 255) = 46.21%
R=38.64%
G=15.15%
B=46.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5120610.160.6700.76285.3750.6215.88
Hex33143D104304C11d3310
Octal6324752010301144356320
Binary110011101001111011000010000110100110010001110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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