Html Css Color HEX #3E0259 Blackcurrant

📋 copy color: '#3E0259'

red 62 ◦ green 2 ◦ blue 89

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

Shades of Blackcurrant #3E0259

Tints of Blackcurrant #3E0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

 BLUE value IS 89 (35.16% from 255) = 58.17%

R = 40.52%
G = 1.31%
B = 58.17%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E0259 (or 0x3E0259) is known color: Blackcurrant. HEX triplet: 3E, 02 and 59. RGB value is (62,2,89). Sum of RGB (Red+Green+Blue) = 62+2+89=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #3E0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0259 is #C1FDA6. Grayscale: #1D1D1D. Windows color (decimal): -12713383 or 5833278. OLE color: 5833278.

HSL color Cylindrical-coordinate representation of color #3E0259: hue angle of 281.38º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E0259 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 2 89 -
CMYK 0.30 0.98 0 0.65
HSL 281.38º 0.96% 0.18% -
HSV(B) 281.38º 0.98% 0.35% -
XYZ 3.81 1.79 9.6 -
YUV 29.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 62 2 89 0.30 0.98 0 0.65 281.38 0.96 0.18
Hex 3E 2 59 1E 62 0 41 119 60 12
Octal 76 2 131 36 142 0 101 431 140 22
Binary 111110 10 1011001 11110 1100010 0 1000001 100011001 1100000 10010

Color Harmonies of #3E0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0259

Black with #3E0259

Text Example


Text Example

White with #3E0259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,2,89); }

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

background-color css

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

 a { background-color: rgb(62,2,89); }

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

border-color css

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

 span { border-color: rgb(62,2,89); }

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