Html Css Color HEX #4D1032 Blackberry

📋 copy color: '#4D1032'

red 77 ◦ green 16 ◦ blue 50

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

Shades of Blackberry #4D1032

Tints of Blackberry #4D1032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.19%

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

R = 53.85%
G = 11.19%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#4D1032 (or 0x4D1032) is known color: Blackberry. HEX triplet: 4D, 10 and 32. RGB value is (77,16,50). Sum of RGB (Red+Green+Blue) = 77+16+50=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1032 is #B2EFCD. Grayscale: #262626. Windows color (decimal): -11726798 or 3280973. OLE color: 3280973.

HSL color Cylindrical-coordinate representation of color #4D1032: hue angle of 326.56º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D1032 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 16 50 -
CMYK 0 0.79 0.35 0.70
HSL 326.56º 0.66% 0.18% -
HSV(B) 326.56º 0.79% 0.3% -
XYZ 3.82 2.18 3.24 -
YUV 38.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 77 16 50 0 0.79 0.35 0.70 326.56 0.66 0.18
Hex 4D 10 32 0 4F 23 46 147 42 12
Octal 115 20 62 0 117 43 106 507 102 22
Binary 1001101 10000 110010 0 1001111 100011 1000110 101000111 1000010 10010

Color Harmonies of #4D1032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1032

Black with #4D1032

Text Example


Text Example

White with #4D1032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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