Html Css Color HEX #3E0B53 Blackcurrant

📋 copy color: '#3E0B53'

red 62 ◦ green 11 ◦ blue 83

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

Shades of Blackcurrant #3E0B53

Tints of Blackcurrant #3E0B53

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.05%

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

R = 39.74%
G = 7.05%
B = 53.21%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3E0B53 (or 0x3E0B53) is known color: Blackcurrant. HEX triplet: 3E, 0B and 53. RGB value is (62,11,83). Sum of RGB (Red+Green+Blue) = 62+11+83=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E0B53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0B53 is #C1F4AC. Grayscale: #222222. Windows color (decimal): -12711085 or 5442366. OLE color: 5442366.

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

Color convert

RGB 62 11 83 -
CMYK 0.25 0.87 0 0.67
HSL 282.5º 0.77% 0.18% -
HSV(B) 282.5º 0.87% 0.33% -
XYZ 3.67 1.89 8.35 -
YUV 34.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 62 11 83 0.25 0.87 0 0.67 282.5 0.77 0.18
Hex 3E B 53 19 57 0 43 11A 4D 12
Octal 76 13 123 31 127 0 103 432 115 22
Binary 111110 1011 1010011 11001 1010111 0 1000011 100011010 1001101 10010

Color Harmonies of #3E0B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0B53

Black with #3E0B53

Text Example


Text Example

White with #3E0B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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