Html Css Color HEX #32003B Blackcurrant

📋 copy color: '#32003B'

red 50 ◦ green 0 ◦ blue 59

#32003B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #32003B

Tints of Blackcurrant #32003B

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 value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#32003B (or 0x32003B) is known color: 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

RGB 50 0 59 -
CMYK 0.15 1 0 0.77
HSL 290.85º 1% 0.12% -
HSV(B) 290.85º 1% 0.23% -
XYZ 2.1 0.99 4.22 -
YUV 21.68 149.07 148.2 -
System Red Green Blue C M Y K H S L
Decimal 50 0 59 0.15 1 0 0.77 290.85 1 0.12
Hex 32 0 3B F 64 0 4D 123 64 C
Octal 62 0 73 17 144 0 115 443 144 14
Binary 110010 0 111011 1111 1100100 0 1001101 100100011 1100100 1100

Color Harmonies of #32003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32003B

Black with #32003B

Text Example


Text Example

White with #32003B

Text Example


Text Example

HTML Codes & Css Web 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>