#33183A

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

Shades of Blackcurrant #33183A

Tints of Blackcurrant #33183A

Color information

#33183A (or 0x33183A) is unknown color: approx Blackcurrant. HEX triplet: 33, 18 and 3A. RGB value is (51,24,58). Sum of RGB (Red+Green+Blue) = 51+24+58=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 58 - color contains mainly: blue. Hex color #33183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33183A is #CCE7C5. Grayscale: #232323. Windows color (decimal): -13428678 or 3807283. OLE color: 3807283.

HSL color Cylindrical-coordinate representation of color #33183A: hue angle of 287.65º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33183A is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB512458-
CMYK0.120.5900.77
HSL287.65º41.46%16.08%-
HSV(B)287.65º58.62%22.75%-
XYZ2.461.664.19-
YUV35.95140.45138.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=38.35%
G=18.05%
B=43.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5124580.120.5900.77287.6541.4616.08
Hex33183AC3B04D1202910
Octal633072147301154405120
Binary1100111100011101011001110110100110110010000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33183A; }

 p { color: rgb(51,24,58); }

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

<style>
 a { background-color: #33183A; }

 a { background-color: rgb(51,24,58); }

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

<style>
 span { border-color: #33183A; }

 span { border-color: rgb(51,24,58); }

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