Html Css Color HEX #3E0352 Blackcurrant

📋 copy color: '#3E0352'

red 62 ◦ green 3 ◦ blue 82

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

Shades of Blackcurrant #3E0352

Tints of Blackcurrant #3E0352

RGB

 RED value IS 62 (24.61% from 255) = 42.18%

 GREEN value IS 3 (1.56% from 255) = 2.04%

 BLUE value IS 82 (32.42% from 255) = 55.78%

R = 42.18%
G = 2.04%
B = 55.78%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3E0352 (or 0x3E0352) is known color: Blackcurrant. HEX triplet: 3E, 03 and 52. RGB value is (62,3,82). Sum of RGB (Red+Green+Blue) = 62+3+82=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E0352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0352 is #C1FCAD. Grayscale: #1D1D1D. Windows color (decimal): -12713134 or 5374782. OLE color: 5374782.

HSL color Cylindrical-coordinate representation of color #3E0352: hue angle of 284.81º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0352 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 3 82 -
CMYK 0.24 0.96 0 0.68
HSL 284.81º 0.93% 0.17% -
HSV(B) 284.81º 0.96% 0.32% -
XYZ 3.54 1.7 8.12 -
YUV 29.65 157.55 151.08 -
System Red Green Blue C M Y K H S L
Decimal 62 3 82 0.24 0.96 0 0.68 284.81 0.93 0.17
Hex 3E 3 52 18 60 0 44 11D 5D 11
Octal 76 3 122 30 140 0 104 435 135 21
Binary 111110 11 1010010 11000 1100000 0 1000100 100011101 1011101 10001

Color Harmonies of #3E0352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0352

Black with #3E0352

Text Example


Text Example

White with #3E0352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E0352; }

 p { color: rgb(62,3,82); }

 H1.HeaderClassName
 {
   color: #3E0352;
 }
 .AnyTagClassName
 {
   color: #3E0352;
 }
</style>

background-color css

<style>
 a { background-color: #3E0352; }

 a { background-color: rgb(62,3,82); }

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

border-color css

<style>
 span { border-color: #3E0352; }

 span { border-color: rgb(62,3,82); }

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