Html Css Color HEX #3E132F Blackberry

📋 copy color: '#3E132F'

red 62 ◦ green 19 ◦ blue 47

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

Shades of Blackberry #3E132F

Tints of Blackberry #3E132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.84%

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

R = 48.44%
G = 14.84%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.76

RGB Variations

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

Color information

#3E132F (or 0x3E132F) is known color: Blackberry. HEX triplet: 3E, 13 and 2F. RGB value is (62,19,47). Sum of RGB (Red+Green+Blue) = 62+19+47=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 62 - color contains mainly: red. Hex color #3E132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E132F is #C1ECD0. Grayscale: #222222. Windows color (decimal): -12709073 or 3085118. OLE color: 3085118.

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

Color convert

RGB 62 19 47 -
CMYK 0 0.69 0.24 0.76
HSL 320.93º 0.53% 0.16% -
HSV(B) 320.93º 0.69% 0.24% -
XYZ 2.73 1.7 2.87 -
YUV 35.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 62 19 47 0 0.69 0.24 0.76 320.93 0.53 0.16
Hex 3E 13 2F 0 45 18 4C 141 35 10
Octal 76 23 57 0 105 30 114 501 65 20
Binary 111110 10011 101111 0 1000101 11000 1001100 101000001 110101 10000

Color Harmonies of #3E132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E132F

Black with #3E132F

Text Example


Text Example

White with #3E132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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