Html Css Color HEX #4D1337 Blackberry

📋 copy color: '#4D1337'

red 77 ◦ green 19 ◦ blue 55

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

Shades of Blackberry #4D1337

Tints of Blackberry #4D1337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 36.42%

R = 50.99%
G = 12.58%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#4D1337 (or 0x4D1337) is known color: Blackberry. HEX triplet: 4D, 13 and 37. RGB value is (77,19,55). Sum of RGB (Red+Green+Blue) = 77+19+55=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1337 is #B2ECC8. Grayscale: #282828. Windows color (decimal): -11726025 or 3609421. OLE color: 3609421.

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

Color convert

RGB 77 19 55 -
CMYK 0 0.75 0.29 0.70
HSL 322.76º 0.6% 0.19% -
HSV(B) 322.76º 0.75% 0.3% -
XYZ 3.98 2.32 3.85 -
YUV 40.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 77 19 55 0 0.75 0.29 0.70 322.76 0.6 0.19
Hex 4D 13 37 0 4B 1D 46 143 3C 13
Octal 115 23 67 0 113 35 106 503 74 23
Binary 1001101 10011 110111 0 1001011 11101 1000110 101000011 111100 10011

Color Harmonies of #4D1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1337

Black with #4D1337

Text Example


Text Example

White with #4D1337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,19,55); }

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

background-color css

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

 a { background-color: rgb(77,19,55); }

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

border-color css

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

 span { border-color: rgb(77,19,55); }

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