Html Css Color HEX #4D153F Blackberry

📋 copy color: '#4D153F'

red 77 ◦ green 21 ◦ blue 63

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

Shades of Blackberry #4D153F

Tints of Blackberry #4D153F

RGB

 RED value IS 77 (30.47% from 255) = 47.83%

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

 BLUE value IS 63 (25% from 255) = 39.13%

R = 47.83%
G = 13.04%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4D153F (or 0x4D153F) is known color: Blackberry. HEX triplet: 4D, 15 and 3F. RGB value is (77,21,63). Sum of RGB (Red+Green+Blue) = 77+21+63=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D153F is #B2EAC0. Grayscale: #2A2A2A. Windows color (decimal): -11725505 or 4134221. OLE color: 4134221.

HSL color Cylindrical-coordinate representation of color #4D153F: hue angle of 315º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D153F is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 21 63 -
CMYK 0 0.73 0.18 0.70
HSL 315º 0.57% 0.19% -
HSV(B) 315º 0.73% 0.3% -
XYZ 4.23 2.47 4.96 -
YUV 42.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 77 21 63 0 0.73 0.18 0.70 315 0.57 0.19
Hex 4D 15 3F 0 49 12 46 13B 39 13
Octal 115 25 77 0 111 22 106 473 71 23
Binary 1001101 10101 111111 0 1001001 10010 1000110 100111011 111001 10011

Color Harmonies of #4D153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D153F

Black with #4D153F

Text Example


Text Example

White with #4D153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D153F; }

 p { color: rgb(77,21,63); }

 H1.HeaderClassName
 {
   color: #4D153F;
 }
 .AnyTagClassName
 {
   color: #4D153F;
 }
</style>

background-color css

<style>
 a { background-color: #4D153F; }

 a { background-color: rgb(77,21,63); }

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

border-color css

<style>
 span { border-color: #4D153F; }

 span { border-color: rgb(77,21,63); }

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