Html Css Color HEX #3E0555 Blackcurrant

📋 copy color: '#3E0555'

red 62 ◦ green 5 ◦ blue 85

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

Shades of Blackcurrant #3E0555

Tints of Blackcurrant #3E0555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

 BLUE value IS 85 (33.59% from 255) = 55.92%

R = 40.79%
G = 3.29%
B = 55.92%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3E0555 (or 0x3E0555) is known color: Blackcurrant. HEX triplet: 3E, 05 and 55. RGB value is (62,5,85). Sum of RGB (Red+Green+Blue) = 62+5+85=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E0555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0555 is #C1FAAA. Grayscale: #1E1E1E. Windows color (decimal): -12712619 or 5571902. OLE color: 5571902.

HSL color Cylindrical-coordinate representation of color #3E0555: hue angle of 282.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0555 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 5 85 -
CMYK 0.27 0.94 0 0.67
HSL 282.75º 0.89% 0.18% -
HSV(B) 282.75º 0.94% 0.33% -
XYZ 3.68 1.79 8.75 -
YUV 31.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 62 5 85 0.27 0.94 0 0.67 282.75 0.89 0.18
Hex 3E 5 55 1B 5E 0 43 11B 59 12
Octal 76 5 125 33 136 0 103 433 131 22
Binary 111110 101 1010101 11011 1011110 0 1000011 100011011 1011001 10010

Color Harmonies of #3E0555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0555

Black with #3E0555

Text Example


Text Example

White with #3E0555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,5,85); }

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

background-color css

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

 a { background-color: rgb(62,5,85); }

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

border-color css

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

 span { border-color: rgb(62,5,85); }

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