Html Css Color HEX #3E0952 Blackcurrant

📋 copy color: '#3E0952'

red 62 ◦ green 9 ◦ blue 82

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

Shades of Blackcurrant #3E0952

Tints of Blackcurrant #3E0952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.88%

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

R = 40.52%
G = 5.88%
B = 53.59%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3E0952 (or 0x3E0952) is known color: Blackcurrant. HEX triplet: 3E, 09 and 52. RGB value is (62,9,82). Sum of RGB (Red+Green+Blue) = 62+9+82=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E0952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0952 is #C1F6AD. Grayscale: #202020. Windows color (decimal): -12711598 or 5376318. OLE color: 5376318.

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

Color convert

RGB 62 9 82 -
CMYK 0.24 0.89 0 0.68
HSL 283.56º 0.8% 0.18% -
HSV(B) 283.56º 0.89% 0.32% -
XYZ 3.61 1.83 8.15 -
YUV 33.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 62 9 82 0.24 0.89 0 0.68 283.56 0.8 0.18
Hex 3E 9 52 18 59 0 44 11C 50 12
Octal 76 11 122 30 131 0 104 434 120 22
Binary 111110 1001 1010010 11000 1011001 0 1000100 100011100 1010000 10010

Color Harmonies of #3E0952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0952

Black with #3E0952

Text Example


Text Example

White with #3E0952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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