Html Css Color HEX #3E005A Blackcurrant

📋 copy color: '#3E005A'

red 62 ◦ green 0 ◦ blue 90

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

Shades of Blackcurrant #3E005A

Tints of Blackcurrant #3E005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 59.21%

R = 40.79%
G = 0%
B = 59.21%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E005A (or 0x3E005A) is known color: Blackcurrant. HEX triplet: 3E, 00 and 5A. RGB value is (62,0,90). Sum of RGB (Red+Green+Blue) = 62+0+90=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E005A is #C1FFA5. Grayscale: #1C1C1C. Windows color (decimal): -12713894 or 5898302. OLE color: 5898302.

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

Color convert

RGB 62 0 90 -
CMYK 0.31 1 0 0.65
HSL 281.33º 1% 0.18% -
HSV(B) 281.33º 1% 0.35% -
XYZ 3.83 1.76 9.81 -
YUV 28.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 62 0 90 0.31 1 0 0.65 281.33 1 0.18
Hex 3E 0 5A 1F 64 0 41 119 64 12
Octal 76 0 132 37 144 0 101 431 144 22
Binary 111110 0 1011010 11111 1100100 0 1000001 100011001 1100100 10010

Color Harmonies of #3E005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E005A

Black with #3E005A

Text Example


Text Example

White with #3E005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,0,90); }

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

background-color css

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

 a { background-color: rgb(62,0,90); }

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

border-color css

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

 span { border-color: rgb(62,0,90); }

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