Html Css Color HEX #4D0B37 Blackberry

📋 copy color: '#4D0B37'

red 77 ◦ green 11 ◦ blue 55

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

Shades of Blackberry #4D0B37

Tints of Blackberry #4D0B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.69%

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

R = 53.85%
G = 7.69%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#4D0B37 (or 0x4D0B37) is known color: Blackberry. HEX triplet: 4D, 0B and 37. RGB value is (77,11,55). Sum of RGB (Red+Green+Blue) = 77+11+55=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0B37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0B37 is #B2F4C8. Grayscale: #232323. Windows color (decimal): -11728073 or 3607373. OLE color: 3607373.

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

Color convert

RGB 77 11 55 -
CMYK 0 0.86 0.29 0.70
HSL 320º 0.75% 0.17% -
HSV(B) 320º 0.86% 0.3% -
XYZ 3.87 2.09 3.81 -
YUV 35.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 77 11 55 0 0.86 0.29 0.70 320 0.75 0.17
Hex 4D B 37 0 56 1D 46 140 4B 11
Octal 115 13 67 0 126 35 106 500 113 21
Binary 1001101 1011 110111 0 1010110 11101 1000110 101000000 1001011 10001

Color Harmonies of #4D0B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0B37

Black with #4D0B37

Text Example


Text Example

White with #4D0B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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