Html Css Color HEX #3E1531 Blackberry

📋 copy color: '#3E1531'

red 62 ◦ green 21 ◦ blue 49

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

Shades of Blackberry #3E1531

Tints of Blackberry #3E1531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.91%

 BLUE value IS 49 (19.53% from 255) = 37.12%

R = 46.97%
G = 15.91%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#3E1531 (or 0x3E1531) is known color: Blackberry. HEX triplet: 3E, 15 and 31. RGB value is (62,21,49). Sum of RGB (Red+Green+Blue) = 62+21+49=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1531 is #C1EACE. Grayscale: #242424. Windows color (decimal): -12708559 or 3216702. OLE color: 3216702.

HSL color Cylindrical-coordinate representation of color #3E1531: hue angle of 319.02º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1531 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 21 49 -
CMYK 0 0.66 0.21 0.76
HSL 319.02º 0.49% 0.16% -
HSV(B) 319.02º 0.66% 0.24% -
XYZ 2.81 1.78 3.1 -
YUV 36.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 62 21 49 0 0.66 0.21 0.76 319.02 0.49 0.16
Hex 3E 15 31 0 42 15 4C 13F 31 10
Octal 76 25 61 0 102 25 114 477 61 20
Binary 111110 10101 110001 0 1000010 10101 1001100 100111111 110001 10000

Color Harmonies of #3E1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1531

Black with #3E1531

Text Example


Text Example

White with #3E1531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,21,49); }

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

background-color css

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

 a { background-color: rgb(62,21,49); }

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

border-color css

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

 span { border-color: rgb(62,21,49); }

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