#4B052C

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

Shades of Blackberry #4B052C

Tints of Blackberry #4B052C

Color information

#4B052C (or 0x4B052C) is unknown color: approx Blackberry. HEX triplet: 4B, 05 and 2C. RGB value is (75,5,44). Sum of RGB (Red+Green+Blue) = 75+5+44=124 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.48% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 75 - color contains mainly: red. Hex color #4B052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B052C is #B4FAD3. Grayscale: #1E1E1E. Windows color (decimal): -11860692 or 2884939. OLE color: 2884939.

HSL color Cylindrical-coordinate representation of color #4B052C: hue angle of 326.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B052C is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB75544-
CMYK00.930.410.71
HSL326.57º87.5%15.69%-
HSV(B)326.57º93.33%29.41%-
XYZ3.411.792.55-
YUV30.38135.69159.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.48%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=60.48%
G=4.03%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7554400.930.410.71326.5787.515.69
Hex4B52C05D29471475810
Octal11355401355110750713020
Binary1001011101101100010111011010011000111101000111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,5,44); }

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

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

 a { background-color: rgb(75,5,44); }

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

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

 span { border-color: rgb(75,5,44); }

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