Html Css Color HEX #3E044B Blackcurrant

📋 copy color: '#3E044B'

red 62 ◦ green 4 ◦ blue 75

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

Shades of Blackcurrant #3E044B

Tints of Blackcurrant #3E044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

 BLUE value IS 75 (29.69% from 255) = 53.19%

R = 43.97%
G = 2.84%
B = 53.19%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3E044B (or 0x3E044B) is known color: Blackcurrant. HEX triplet: 3E, 04 and 4B. RGB value is (62,4,75). Sum of RGB (Red+Green+Blue) = 62+4+75=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E044B is #C1FBB4. Grayscale: #1D1D1D. Windows color (decimal): -12712885 or 4916286. OLE color: 4916286.

HSL color Cylindrical-coordinate representation of color #3E044B: hue angle of 289.01º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E044B is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 4 75 -
CMYK 0.17 0.95 0 0.71
HSL 289.01º 0.9% 0.15% -
HSV(B) 289.01º 0.95% 0.29% -
XYZ 3.3 1.62 6.8 -
YUV 29.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 62 4 75 0.17 0.95 0 0.71 289.01 0.9 0.15
Hex 3E 4 4B 11 5F 0 47 121 5A F
Octal 76 4 113 21 137 0 107 441 132 17
Binary 111110 100 1001011 10001 1011111 0 1000111 100100001 1011010 1111

Color Harmonies of #3E044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E044B

Black with #3E044B

Text Example


Text Example

White with #3E044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,4,75); }

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

background-color css

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

 a { background-color: rgb(62,4,75); }

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

border-color css

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

 span { border-color: rgb(62,4,75); }

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