#4D0D3D

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

Shades of Blackberry #4D0D3D

Tints of Blackberry #4D0D3D

Color information

#4D0D3D (or 0x4D0D3D) is unknown color: approx Blackberry. HEX triplet: 4D, 0D and 3D. RGB value is (77,13,61). Sum of RGB (Red+Green+Blue) = 77+13+61=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0D3D is #B2F2C2. Grayscale: #252525. Windows color (decimal): -11727555 or 4001101. OLE color: 4001101.

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

Color convert

RGB771361-
CMYK00.830.210.70
HSL315º71.11%17.65%-
HSV(B)315º83.12%30.2%-
XYZ4.052.24.63-
YUV37.61141.2156.1-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.99%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=50.99%
G=8.61%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77136100.830.210.7031571.1117.65
Hex4DD3D053154613b4712
Octal115157501232510647310722
Binary1001101110111110101010011101011000110100111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,13,61); }

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

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

 a { background-color: rgb(77,13,61); }

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

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

 span { border-color: rgb(77,13,61); }

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