Html Css Color HEX #4D1837 Blackberry

📋 copy color: '#4D1837'

red 77 ◦ green 24 ◦ blue 55

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

Shades of Blackberry #4D1837

Tints of Blackberry #4D1837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

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

R = 49.36%
G = 15.38%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#4D1837 (or 0x4D1837) is known color: Blackberry. HEX triplet: 4D, 18 and 37. RGB value is (77,24,55). Sum of RGB (Red+Green+Blue) = 77+24+55=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1837 is #B2E7C8. Grayscale: #2B2B2B. Windows color (decimal): -11724745 or 3610701. OLE color: 3610701.

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

Color convert

RGB 77 24 55 -
CMYK 0 0.69 0.29 0.70
HSL 324.91º 0.52% 0.2% -
HSV(B) 324.91º 0.69% 0.3% -
XYZ 4.08 2.51 3.88 -
YUV 43.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 77 24 55 0 0.69 0.29 0.70 324.91 0.52 0.2
Hex 4D 18 37 0 45 1D 46 145 34 14
Octal 115 30 67 0 105 35 106 505 64 24
Binary 1001101 11000 110111 0 1000101 11101 1000110 101000101 110100 10100

Color Harmonies of #4D1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1837

Black with #4D1837

Text Example


Text Example

White with #4D1837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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