#4D1A3E

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

Shades of Blackberry #4D1A3E

Tints of Blackberry #4D1A3E

Color information

#4D1A3E (or 0x4D1A3E) is unknown color: approx Blackberry. HEX triplet: 4D, 1A and 3E. RGB value is (77,26,62). Sum of RGB (Red+Green+Blue) = 77+26+62=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A3E is #B2E5C1. Grayscale: #2D2D2D. Windows color (decimal): -11724226 or 4069965. OLE color: 4069965.

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

Color convert

RGB772662-
CMYK00.660.190.70
HSL317.65º49.51%20.2%-
HSV(B)317.65º66.23%30.2%-
XYZ4.32.664.85-
YUV45.35137.4150.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.67%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 62 (24.61% from 255) = 37.58%
R=46.67%
G=15.76%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77266200.660.190.70317.6549.5120.2
Hex4D1A3E042134613e3214
Octal11532760102231064766224
Binary1001101110101111100100001010011100011010011111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,26,62); }

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

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

 a { background-color: rgb(77,26,62); }

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

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

 span { border-color: rgb(77,26,62); }

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