#4B1736

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

Shades of Blackberry #4B1736

Tints of Blackberry #4B1736

Color information

#4B1736 (or 0x4B1736) is unknown color: approx Blackberry. HEX triplet: 4B, 17 and 36. RGB value is (75,23,54). Sum of RGB (Red+Green+Blue) = 75+23+54=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1736 is #B4E8C9. Grayscale: #2A2A2A. Windows color (decimal): -11856074 or 3544907. OLE color: 3544907.

HSL color Cylindrical-coordinate representation of color #4B1736: hue angle of 324.23º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B1736 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB752354-
CMYK00.690.280.71
HSL324.23º53.06%19.22%-
HSV(B)324.23º69.33%29.41%-
XYZ3.872.373.74-
YUV42.08134.73151.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.34%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 54 (21.48% from 255) = 35.53%
R=49.34%
G=15.13%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75235400.690.280.71324.2353.0619.22
Hex4B17360451C471443513
Octal11327660105341075046523
Binary1001011101111101100100010111100100011110100010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,23,54); }

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

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

 a { background-color: rgb(75,23,54); }

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

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

 span { border-color: rgb(75,23,54); }

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