Html Css Color HEX #32013D Blackcurrant

📋 copy color: '#32013D'

red 50 ◦ green 1 ◦ blue 61

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

Shades of Blackcurrant #32013D

Tints of Blackcurrant #32013D

RGB

 RED value IS 50 (19.92% from 255) = 44.64%

 GREEN value IS 1 (0.78% from 255) = 0.89%

 BLUE value IS 61 (24.22% from 255) = 54.46%

R = 44.64%
G = 0.89%
B = 54.46%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#32013D (or 0x32013D) is known color: Blackcurrant. HEX triplet: 32, 01 and 3D. RGB value is (50,1,61). Sum of RGB (Red+Green+Blue) = 50+1+61=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #32013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32013D is #CDFEC2. Grayscale: #161616. Windows color (decimal): -13500099 or 3998002. OLE color: 3998002.

HSL color Cylindrical-coordinate representation of color #32013D: hue angle of 289º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32013D is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 50 1 61 -
CMYK 0.18 0.98 0 0.76
HSL 289º 0.97% 0.12% -
HSV(B) 289º 0.98% 0.24% -
XYZ 2.17 1.04 4.5 -
YUV 22.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 50 1 61 0.18 0.98 0 0.76 289 0.97 0.12
Hex 32 1 3D 12 62 0 4C 121 61 C
Octal 62 1 75 22 142 0 114 441 141 14
Binary 110010 1 111101 10010 1100010 0 1001100 100100001 1100001 1100

Color Harmonies of #32013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32013D

Black with #32013D

Text Example


Text Example

White with #32013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32013D; }

 p { color: rgb(50,1,61); }

 H1.HeaderClassName
 {
   color: #32013D;
 }
 .AnyTagClassName
 {
   color: #32013D;
 }
</style>

background-color css

<style>
 a { background-color: #32013D; }

 a { background-color: rgb(50,1,61); }

 div.DivClassName
 {
   background-color: #32013D;
 }
 .BgClassName
 {
   background-color: #32013D;
 }
</style>

border-color css

<style>
 span { border-color: #32013D; }

 span { border-color: rgb(50,1,61); }

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