#4D0C2D

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

Shades of Blackberry #4D0C2D

Tints of Blackberry #4D0C2D

Color information

#4D0C2D (or 0x4D0C2D) is unknown color: approx Blackberry. HEX triplet: 4D, 0C and 2D. RGB value is (77,12,45). Sum of RGB (Red+Green+Blue) = 77+12+45=134 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.46% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C2D is #B2F3D2. Grayscale: #232323. Windows color (decimal): -11727827 or 2952269. OLE color: 2952269.

HSL color Cylindrical-coordinate representation of color #4D0C2D: hue angle of 329.54º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C2D is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB771245-
CMYK00.840.420.70
HSL329.54º73.03%17.45%-
HSV(B)329.54º84.42%30.2%-
XYZ3.672.032.68-
YUV35.2133.53157.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 57.46%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=57.46%
G=8.96%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77124500.840.420.70329.5473.0317.45
Hex4DC2D0542A4614a4911
Octal115145501245210651211121
Binary10011011100101101010101001010101000110101001010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,12,45); }

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

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

 a { background-color: rgb(77,12,45); }

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

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

 span { border-color: rgb(77,12,45); }

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