#4B173F

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

Shades of Blackberry #4B173F

Tints of Blackberry #4B173F

Color information

#4B173F (or 0x4B173F) is unknown color: approx Blackberry. HEX triplet: 4B, 17 and 3F. RGB value is (75,23,63). Sum of RGB (Red+Green+Blue) = 75+23+63=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B173F is #B4E8C0. Grayscale: #2B2B2B. Windows color (decimal): -11856065 or 4134731. OLE color: 4134731.

HSL color Cylindrical-coordinate representation of color #4B173F: hue angle of 313.85º 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 #4B173F is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB752363-
CMYK00.690.160.71
HSL313.85º53.06%19.22%-
HSV(B)313.85º69.33%29.41%-
XYZ4.112.474.96-
YUV43.11139.23150.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.58%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 63 (25% from 255) = 39.13%
R=46.58%
G=14.29%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75236300.690.160.71313.8553.0619.22
Hex4B173F045104713a3513
Octal11327770105201074726523
Binary1001011101111111110100010110000100011110011101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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