Html Css Color HEX #3E152F Blackberry

📋 copy color: '#3E152F'

red 62 ◦ green 21 ◦ blue 47

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

Shades of Blackberry #3E152F

Tints of Blackberry #3E152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 36.15%

R = 47.69%
G = 16.15%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.76

RGB Variations

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

Color information

#3E152F (or 0x3E152F) is known color: Blackberry. HEX triplet: 3E, 15 and 2F. RGB value is (62,21,47). Sum of RGB (Red+Green+Blue) = 62+21+47=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E152F is #C1EAD0. Grayscale: #242424. Windows color (decimal): -12708561 or 3085630. OLE color: 3085630.

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

Color convert

RGB 62 21 47 -
CMYK 0 0.66 0.24 0.76
HSL 321.95º 0.49% 0.16% -
HSV(B) 321.95º 0.66% 0.24% -
XYZ 2.77 1.77 2.88 -
YUV 36.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 62 21 47 0 0.66 0.24 0.76 321.95 0.49 0.16
Hex 3E 15 2F 0 42 18 4C 142 31 10
Octal 76 25 57 0 102 30 114 502 61 20
Binary 111110 10101 101111 0 1000010 11000 1001100 101000010 110001 10000

Color Harmonies of #3E152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E152F

Black with #3E152F

Text Example


Text Example

White with #3E152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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