Html Css Color HEX #4D1540 Blackberry

📋 copy color: '#4D1540'

red 77 ◦ green 21 ◦ blue 64

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

Shades of Blackberry #4D1540

Tints of Blackberry #4D1540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.51%

R = 47.53%
G = 12.96%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D1540 (or 0x4D1540) is known color: Blackberry. HEX triplet: 4D, 15 and 40. RGB value is (77,21,64). Sum of RGB (Red+Green+Blue) = 77+21+64=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1540 is #B2EABF. Grayscale: #2A2A2A. Windows color (decimal): -11725504 or 4199757. OLE color: 4199757.

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

Color convert

RGB 77 21 64 -
CMYK 0 0.73 0.17 0.70
HSL 313.93º 0.57% 0.19% -
HSV(B) 313.93º 0.73% 0.3% -
XYZ 4.25 2.48 5.11 -
YUV 42.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 77 21 64 0 0.73 0.17 0.70 313.93 0.57 0.19
Hex 4D 15 40 0 49 11 46 13A 39 13
Octal 115 25 100 0 111 21 106 472 71 23
Binary 1001101 10101 1000000 0 1001001 10001 1000110 100111010 111001 10011

Color Harmonies of #4D1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1540

Black with #4D1540

Text Example


Text Example

White with #4D1540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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