Html Css Color HEX #4D153C Blackberry

📋 copy color: '#4D153C'

red 77 ◦ green 21 ◦ blue 60

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

Shades of Blackberry #4D153C

Tints of Blackberry #4D153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 37.97%

R = 48.73%
G = 13.29%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D153C (or 0x4D153C) is known color: Blackberry. HEX triplet: 4D, 15 and 3C. RGB value is (77,21,60). Sum of RGB (Red+Green+Blue) = 77+21+60=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D153C is #B2EAC3. Grayscale: #2A2A2A. Windows color (decimal): -11725508 or 3937613. OLE color: 3937613.

HSL color Cylindrical-coordinate representation of color #4D153C: hue angle of 318.21º 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 #4D153C is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 21 60 -
CMYK 0 0.73 0.22 0.70
HSL 318.21º 0.57% 0.19% -
HSV(B) 318.21º 0.73% 0.3% -
XYZ 4.14 2.44 4.53 -
YUV 42.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 77 21 60 0 0.73 0.22 0.70 318.21 0.57 0.19
Hex 4D 15 3C 0 49 16 46 13E 39 13
Octal 115 25 74 0 111 26 106 476 71 23
Binary 1001101 10101 111100 0 1001001 10110 1000110 100111110 111001 10011

Color Harmonies of #4D153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D153C

Black with #4D153C

Text Example


Text Example

White with #4D153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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