#33163D

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

Shades of Blackcurrant #33163D

Tints of Blackcurrant #33163D

Color information

#33163D (or 0x33163D) is unknown color: approx Blackcurrant. HEX triplet: 33, 16 and 3D. RGB value is (51,22,61). Sum of RGB (Red+Green+Blue) = 51+22+61=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #33163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33163D is #CCE9C2. Grayscale: #222222. Windows color (decimal): -13429187 or 4003379. OLE color: 4003379.

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

Color convert

RGB512261-
CMYK0.160.6400.76
HSL284.62º46.99%16.27%-
HSV(B)284.62º63.93%23.92%-
XYZ2.491.614.6-
YUV35.12142.61139.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.06%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 61 (24.22% from 255) = 45.52%
R=38.06%
G=16.42%
B=45.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5122610.160.6400.76284.6246.9916.27
Hex33163D104004C11d2f10
Octal6326752010001144355720
Binary110011101101111011000010000000100110010001110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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