Html Css Color HEX #3E0148 Blackcurrant

📋 copy color: '#3E0148'

red 62 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #3E0148

Tints of Blackcurrant #3E0148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 72 (28.52% from 255) = 53.33%

R = 45.93%
G = 0.74%
B = 53.33%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3E0148 (or 0x3E0148) is known color: Blackcurrant. HEX triplet: 3E, 01 and 48. RGB value is (62,1,72). Sum of RGB (Red+Green+Blue) = 62+1+72=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0148 is #C1FEB7. Grayscale: #1B1B1B. Windows color (decimal): -12713656 or 4718910. OLE color: 4718910.

HSL color Cylindrical-coordinate representation of color #3E0148: hue angle of 291.55º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0148 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 62 1 72 -
CMYK 0.14 0.99 0 0.72
HSL 291.55º 0.97% 0.14% -
HSV(B) 291.55º 0.99% 0.28% -
XYZ 3.17 1.51 6.26 -
YUV 27.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 62 1 72 0.14 0.99 0 0.72 291.55 0.97 0.14
Hex 3E 1 48 E 63 0 48 124 61 E
Octal 76 1 110 16 143 0 110 444 141 16
Binary 111110 1 1001000 1110 1100011 0 1001000 100100100 1100001 1110

Color Harmonies of #3E0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0148

Black with #3E0148

Text Example


Text Example

White with #3E0148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,1,72); }

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

background-color css

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

 a { background-color: rgb(62,1,72); }

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

border-color css

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

 span { border-color: rgb(62,1,72); }

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