Html Css Color HEX #4D1B32 Blackberry

📋 copy color: '#4D1B32'

red 77 ◦ green 27 ◦ blue 50

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

Shades of Blackberry #4D1B32

Tints of Blackberry #4D1B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.47%

R = 50%
G = 17.53%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#4D1B32 (or 0x4D1B32) is known color: Blackberry. HEX triplet: 4D, 1B and 32. RGB value is (77,27,50). Sum of RGB (Red+Green+Blue) = 77+27+50=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B32 is #B2E4CD. Grayscale: #2C2C2C. Windows color (decimal): -11723982 or 3283789. OLE color: 3283789.

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

Color convert

RGB 77 27 50 -
CMYK 0 0.65 0.35 0.70
HSL 332.4º 0.48% 0.2% -
HSV(B) 332.4º 0.65% 0.3% -
XYZ 4.03 2.59 3.31 -
YUV 44.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 77 27 50 0 0.65 0.35 0.70 332.4 0.48 0.2
Hex 4D 1B 32 0 41 23 46 14C 30 14
Octal 115 33 62 0 101 43 106 514 60 24
Binary 1001101 11011 110010 0 1000001 100011 1000110 101001100 110000 10100

Color Harmonies of #4D1B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1B32

Black with #4D1B32

Text Example


Text Example

White with #4D1B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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