Html Css Color HEX #4D1B37 Blackberry

📋 copy color: '#4D1B37'

red 77 ◦ green 27 ◦ blue 55

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

Shades of Blackberry #4D1B37

Tints of Blackberry #4D1B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.98%

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

R = 48.43%
G = 16.98%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#4D1B37 (or 0x4D1B37) is known color: Blackberry. HEX triplet: 4D, 1B and 37. RGB value is (77,27,55). Sum of RGB (Red+Green+Blue) = 77+27+55=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B37 is #B2E4C8. Grayscale: #2D2D2D. Windows color (decimal): -11723977 or 3611469. OLE color: 3611469.

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

Color convert

RGB 77 27 55 -
CMYK 0 0.65 0.29 0.70
HSL 326.4º 0.48% 0.2% -
HSV(B) 326.4º 0.65% 0.3% -
XYZ 4.14 2.64 3.91 -
YUV 45.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 77 27 55 0 0.65 0.29 0.70 326.4 0.48 0.2
Hex 4D 1B 37 0 41 1D 46 146 30 14
Octal 115 33 67 0 101 35 106 506 60 24
Binary 1001101 11011 110111 0 1000001 11101 1000110 101000110 110000 10100

Color Harmonies of #4D1B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1B37

Black with #4D1B37

Text Example


Text Example

White with #4D1B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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