#33153E

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

Shades of Blackcurrant #33153E

Tints of Blackcurrant #33153E

Color information

#33153E (or 0x33153E) is unknown color: approx Blackcurrant. HEX triplet: 33, 15 and 3E. RGB value is (51,21,62). Sum of RGB (Red+Green+Blue) = 51+21+62=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 62 - color contains mainly: blue. Hex color #33153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33153E is #CCEAC1. Grayscale: #222222. Windows color (decimal): -13429442 or 4068659. OLE color: 4068659.

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

Color convert

RGB512162-
CMYK0.180.6600.76
HSL283.9º49.4%16.27%-
HSV(B)283.9º66.13%24.31%-
XYZ2.51.594.73-
YUV34.64143.44139.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.06%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 62 (24.61% from 255) = 46.27%
R=38.06%
G=15.67%
B=46.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5121620.180.6600.76283.949.416.27
Hex33153E124204C11c3110
Octal6325762210201144346120
Binary110011101011111101001010000100100110010001110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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