Html Css Color HEX #4D1B36 Blackberry

📋 copy color: '#4D1B36'

red 77 ◦ green 27 ◦ blue 54

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

Shades of Blackberry #4D1B36

Tints of Blackberry #4D1B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.18%

R = 48.73%
G = 17.09%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#4D1B36 (or 0x4D1B36) is known color: Blackberry. HEX triplet: 4D, 1B and 36. RGB value is (77,27,54). Sum of RGB (Red+Green+Blue) = 77+27+54=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B36 is #B2E4C9. Grayscale: #2C2C2C. Windows color (decimal): -11723978 or 3545933. OLE color: 3545933.

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

Color convert

RGB 77 27 54 -
CMYK 0 0.65 0.30 0.70
HSL 327.6º 0.48% 0.2% -
HSV(B) 327.6º 0.65% 0.3% -
XYZ 4.12 2.63 3.78 -
YUV 45.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 77 27 54 0 0.65 0.30 0.70 327.6 0.48 0.2
Hex 4D 1B 36 0 41 1E 46 148 30 14
Octal 115 33 66 0 101 36 106 510 60 24
Binary 1001101 11011 110110 0 1000001 11110 1000110 101001000 110000 10100

Color Harmonies of #4D1B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1B36

Black with #4D1B36

Text Example


Text Example

White with #4D1B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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