#33163E

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

Shades of Blackcurrant #33163E

Tints of Blackcurrant #33163E

Color information

#33163E (or 0x33163E) is unknown color: approx Blackcurrant. HEX triplet: 33, 16 and 3E. RGB value is (51,22,62). Sum of RGB (Red+Green+Blue) = 51+22+62=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #33163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33163E is #CCE9C1. Grayscale: #232323. Windows color (decimal): -13429186 or 4068915. OLE color: 4068915.

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

Color convert

RGB512262-
CMYK0.180.6500.76
HSL283.5º47.62%16.47%-
HSV(B)283.5º64.52%24.31%-
XYZ2.521.634.74-
YUV35.23143.11139.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 62 (24.61% from 255) = 45.93%
R=37.78%
G=16.30%
B=45.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5122620.180.6500.76283.547.6216.47
Hex33163E124104C11c3010
Octal6326762210101144346020
Binary110011101101111101001010000010100110010001110011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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