#32003B

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

Shades of Blackcurrant #32003B

Tints of Blackcurrant #32003B

Color information

#32003B (or 0x32003B) is unknown color: approx Blackcurrant. HEX triplet: 32, 00 and 3B. RGB value is (50,0,59). Sum of RGB (Red+Green+Blue) = 50+0+59=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #32003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32003B is #CDFFC4. Grayscale: #151515. Windows color (decimal): -13500357 or 3866674. OLE color: 3866674.

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

Color convert

RGB50059-
CMYK0.15100.77
HSL290.85º100%11.57%-
HSV(B)290.85º100%23.14%-
XYZ2.10.994.22-
YUV21.68149.06148.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 54.13%
R=45.87%
G=0%
B=54.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal500590.15100.77290.8510011.57
Hex3203BF6404D12364c
Octal6207317144011544314414
Binary1100100111011111111001000100110110010001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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