#32283B

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

Shades of Blackcurrant #32283B

Tints of Blackcurrant #32283B

Color information

#32283B (or 0x32283B) is unknown color: approx Blackcurrant. HEX triplet: 32, 28 and 3B. RGB value is (50,40,59). Sum of RGB (Red+Green+Blue) = 50+40+59=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 59 - color contains mainly: blue. Hex color #32283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32283B is #CDD7C4. Grayscale: #2D2D2D. Windows color (decimal): -13490117 or 3876914. OLE color: 3876914.

HSL color Cylindrical-coordinate representation of color #32283B: hue angle of 271.58º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #32283B is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB504059-
CMYK0.150.3200.77
HSL271.58º19.19%19.41%-
HSV(B)271.58º32.2%23.14%-
XYZ2.862.514.47-
YUV45.16135.81131.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 59 (23.44% from 255) = 39.60%
R=33.56%
G=26.85%
B=39.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5040590.150.3200.77271.5819.1919.41
Hex32283BF2004D1101313
Octal625073174001154202323
Binary1100101010001110111111100000010011011000100001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32283B; }

 p { color: rgb(50,40,59); }

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

<style>
 a { background-color: #32283B; }

 a { background-color: rgb(50,40,59); }

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

<style>
 span { border-color: #32283B; }

 span { border-color: rgb(50,40,59); }

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