Html Css Color HEX #4D1539 Blackberry

📋 copy color: '#4D1539'

red 77 ◦ green 21 ◦ blue 57

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

Shades of Blackberry #4D1539

Tints of Blackberry #4D1539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 36.77%

R = 49.68%
G = 13.55%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4D1539 (or 0x4D1539) is known color: Blackberry. HEX triplet: 4D, 15 and 39. RGB value is (77,21,57). Sum of RGB (Red+Green+Blue) = 77+21+57=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1539 is #B2EAC6. Grayscale: #292929. Windows color (decimal): -11725511 or 3741005. OLE color: 3741005.

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

Color convert

RGB 77 21 57 -
CMYK 0 0.73 0.26 0.70
HSL 321.43º 0.57% 0.19% -
HSV(B) 321.43º 0.73% 0.3% -
XYZ 4.07 2.41 4.12 -
YUV 41.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 77 21 57 0 0.73 0.26 0.70 321.43 0.57 0.19
Hex 4D 15 39 0 49 1A 46 141 39 13
Octal 115 25 71 0 111 32 106 501 71 23
Binary 1001101 10101 111001 0 1001001 11010 1000110 101000001 111001 10011

Color Harmonies of #4D1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1539

Black with #4D1539

Text Example


Text Example

White with #4D1539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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