#4D1D34

Color #4D1D34 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #4D1D34

Tints of Blackberry #4D1D34

Color information

#4D1D34 (or 0x4D1D34) is unknown color: approx Blackberry. HEX triplet: 4D, 1D and 34. RGB value is (77,29,52). Sum of RGB (Red+Green+Blue) = 77+29+52=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D34 is #B2E2CB. Grayscale: #2D2D2D. Windows color (decimal): -11723468 or 3415373. OLE color: 3415373.

HSL color Cylindrical-coordinate representation of color #4D1D34: hue angle of 331.25º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D1D34 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB772952-
CMYK00.620.320.70
HSL331.25º45.28%20.78%-
HSV(B)331.25º62.34%30.2%-
XYZ4.122.73.55-
YUV45.97131.4150.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.73%
GREEN value IS 29 (11.72% from 255) = 18.35%
BLUE value IS 52 (20.70% from 255) = 32.91%
R=48.73%
G=18.35%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77295200.620.320.70331.2545.2820.78
Hex4D1D3403E204614b2d15
Octal1153564076401065135525
Binary1001101111011101000111110100000100011010100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,29,52); }

 H1.HeaderClassName
 {
   color: #4D1D34;
 }
 .AnyTagClassName
 {
   color: #4D1D34;
 }
</style>
background-color css

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

 a { background-color: rgb(77,29,52); }

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

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

 span { border-color: rgb(77,29,52); }

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