Html Css Color HEX #3E0253 Blackcurrant

📋 copy color: '#3E0253'

red 62 ◦ green 2 ◦ blue 83

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

Shades of Blackcurrant #3E0253

Tints of Blackcurrant #3E0253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 56.46%

R = 42.18%
G = 1.36%
B = 56.46%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3E0253 (or 0x3E0253) is known color: Blackcurrant. HEX triplet: 3E, 02 and 53. RGB value is (62,2,83). Sum of RGB (Red+Green+Blue) = 62+2+83=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E0253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0253 is #C1FDAC. Grayscale: #1C1C1C. Windows color (decimal): -12713389 or 5440062. OLE color: 5440062.

HSL color Cylindrical-coordinate representation of color #3E0253: hue angle of 284.44º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E0253 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 2 83 -
CMYK 0.25 0.98 0 0.67
HSL 284.44º 0.95% 0.17% -
HSV(B) 284.44º 0.98% 0.33% -
XYZ 3.57 1.69 8.32 -
YUV 29.17 158.38 151.41 -
System Red Green Blue C M Y K H S L
Decimal 62 2 83 0.25 0.98 0 0.67 284.44 0.95 0.17
Hex 3E 2 53 19 62 0 43 11C 5F 11
Octal 76 2 123 31 142 0 103 434 137 21
Binary 111110 10 1010011 11001 1100010 0 1000011 100011100 1011111 10001

Color Harmonies of #3E0253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0253

Black with #3E0253

Text Example


Text Example

White with #3E0253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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