Html Css Color HEX #3E152A Blackberry

📋 copy color: '#3E152A'

red 62 ◦ green 21 ◦ blue 42

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

Shades of Blackberry #3E152A

Tints of Blackberry #3E152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 33.6%

R = 49.6%
G = 16.8%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#3E152A (or 0x3E152A) is known color: Blackberry. HEX triplet: 3E, 15 and 2A. RGB value is (62,21,42). Sum of RGB (Red+Green+Blue) = 62+21+42=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E152A is #C1EAD5. Grayscale: #232323. Windows color (decimal): -12708566 or 2757950. OLE color: 2757950.

HSL color Cylindrical-coordinate representation of color #3E152A: hue angle of 329.27º 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 #3E152A is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 21 42 -
CMYK 0 0.66 0.32 0.76
HSL 329.27º 0.49% 0.16% -
HSV(B) 329.27º 0.66% 0.24% -
XYZ 2.67 1.73 2.38 -
YUV 35.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 62 21 42 0 0.66 0.32 0.76 329.27 0.49 0.16
Hex 3E 15 2A 0 42 20 4C 149 31 10
Octal 76 25 52 0 102 40 114 511 61 20
Binary 111110 10101 101010 0 1000010 100000 1001100 101001001 110001 10000

Color Harmonies of #3E152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E152A

Black with #3E152A

Text Example


Text Example

White with #3E152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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