#4D132B

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

Shades of Blackberry #4D132B

Tints of Blackberry #4D132B

Color information

#4D132B (or 0x4D132B) is unknown color: approx Blackberry. HEX triplet: 4D, 13 and 2B. RGB value is (77,19,43). Sum of RGB (Red+Green+Blue) = 77+19+43=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D132B is #B2ECD4. Grayscale: #272727. Windows color (decimal): -11726037 or 2822989. OLE color: 2822989.

HSL color Cylindrical-coordinate representation of color #4D132B: hue angle of 335.17º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D132B is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB771943-
CMYK00.750.440.70
HSL335.17º60.42%18.82%-
HSV(B)335.17º75.32%30.2%-
XYZ3.732.222.52-
YUV39.08130.22155.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55.40%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=55.40%
G=13.67%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77194300.750.440.70335.1760.4218.82
Hex4D132B04B2C4614f3c13
Octal11523530113541065177423
Binary10011011001110101101001011101100100011010100111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,19,43); }

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

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

 a { background-color: rgb(77,19,43); }

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

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

 span { border-color: rgb(77,19,43); }

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