Html Css Color HEX #3E0244 Blackcurrant

📋 copy color: '#3E0244'

red 62 ◦ green 2 ◦ blue 68

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

Shades of Blackcurrant #3E0244

Tints of Blackcurrant #3E0244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 51.52%

R = 46.97%
G = 1.52%
B = 51.52%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3E0244 (or 0x3E0244) is known color: Blackcurrant. HEX triplet: 3E, 02 and 44. RGB value is (62,2,68). Sum of RGB (Red+Green+Blue) = 62+2+68=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E0244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0244 is #C1FDBB. Grayscale: #1B1B1B. Windows color (decimal): -12713404 or 4457022. OLE color: 4457022.

HSL color Cylindrical-coordinate representation of color #3E0244: hue angle of 294.55º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0244 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 62 2 68 -
CMYK 0.09 0.97 0 0.73
HSL 294.55º 0.94% 0.14% -
HSV(B) 294.55º 0.97% 0.27% -
XYZ 3.05 1.48 5.59 -
YUV 27.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 62 2 68 0.09 0.97 0 0.73 294.55 0.94 0.14
Hex 3E 2 44 9 61 0 49 127 5E E
Octal 76 2 104 11 141 0 111 447 136 16
Binary 111110 10 1000100 1001 1100001 0 1001001 100100111 1011110 1110

Color Harmonies of #3E0244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0244

Black with #3E0244

Text Example


Text Example

White with #3E0244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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