Html Css Color HEX #32013F Blackcurrant

📋 copy color: '#32013F'

red 50 ◦ green 1 ◦ blue 63

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

Shades of Blackcurrant #32013F

Tints of Blackcurrant #32013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 55.26%

R = 43.86%
G = 0.88%
B = 55.26%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#32013F (or 0x32013F) is known color: Blackcurrant. HEX triplet: 32, 01 and 3F. RGB value is (50,1,63). Sum of RGB (Red+Green+Blue) = 50+1+63=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #32013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32013F is #CDFEC0. Grayscale: #161616. Windows color (decimal): -13500097 or 4129074. OLE color: 4129074.

HSL color Cylindrical-coordinate representation of color #32013F: hue angle of 287.42º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32013F is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 1 63 -
CMYK 0.21 0.98 0 0.75
HSL 287.42º 0.97% 0.13% -
HSV(B) 287.42º 0.98% 0.25% -
XYZ 2.22 1.06 4.79 -
YUV 22.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 50 1 63 0.21 0.98 0 0.75 287.42 0.97 0.13
Hex 32 1 3F 15 62 0 4B 11F 61 D
Octal 62 1 77 25 142 0 113 437 141 15
Binary 110010 1 111111 10101 1100010 0 1001011 100011111 1100001 1101

Color Harmonies of #32013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32013F

Black with #32013F

Text Example


Text Example

White with #32013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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