#4D102B

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

Shades of Blackberry #4D102B

Tints of Blackberry #4D102B

Color information

#4D102B (or 0x4D102B) is unknown color: approx Blackberry. HEX triplet: 4D, 10 and 2B. RGB value is (77,16,43). Sum of RGB (Red+Green+Blue) = 77+16+43=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D102B is #B2EFD4. Grayscale: #252525. Windows color (decimal): -11726805 or 2822221. OLE color: 2822221.

HSL color Cylindrical-coordinate representation of color #4D102B: hue angle of 333.44º 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 #4D102B is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB771643-
CMYK00.790.440.70
HSL333.44º65.59%18.24%-
HSV(B)333.44º79.22%30.2%-
XYZ3.682.122.5-
YUV37.32131.21156.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 56.62%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=56.62%
G=11.76%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77164300.790.440.70333.4465.5918.24
Hex4D102B04F2C4614d4212
Octal115205301175410651510222
Binary100110110000101011010011111011001000110101001101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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