Html Css Color HEX #3E0E53 Blackcurrant

📋 copy color: '#3E0E53'

red 62 ◦ green 14 ◦ blue 83

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

Shades of Blackcurrant #3E0E53

Tints of Blackcurrant #3E0E53

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.81%

 BLUE value IS 83 (32.81% from 255) = 52.2%

R = 38.99%
G = 8.81%
B = 52.2%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3E0E53 (or 0x3E0E53) is known color: Blackcurrant. HEX triplet: 3E, 0E and 53. RGB value is (62,14,83). Sum of RGB (Red+Green+Blue) = 62+14+83=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E0E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0E53 is #C1F1AC. Grayscale: #232323. Windows color (decimal): -12710317 or 5443134. OLE color: 5443134.

HSL color Cylindrical-coordinate representation of color #3E0E53: hue angle of 281.74º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E0E53 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 14 83 -
CMYK 0.25 0.83 0 0.67
HSL 281.74º 0.71% 0.19% -
HSV(B) 281.74º 0.83% 0.33% -
XYZ 3.7 1.96 8.37 -
YUV 36.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 62 14 83 0.25 0.83 0 0.67 281.74 0.71 0.19
Hex 3E E 53 19 53 0 43 11A 47 13
Octal 76 16 123 31 123 0 103 432 107 23
Binary 111110 1110 1010011 11001 1010011 0 1000011 100011010 1000111 10011

Color Harmonies of #3E0E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0E53

Black with #3E0E53

Text Example


Text Example

White with #3E0E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,14,83); }

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

background-color css

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

 a { background-color: rgb(62,14,83); }

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

border-color css

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

 span { border-color: rgb(62,14,83); }

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