#4B052A

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

Shades of Blackberry #4B052A

Tints of Blackberry #4B052A

Color information

#4B052A (or 0x4B052A) is unknown color: approx Blackberry. HEX triplet: 4B, 05 and 2A. RGB value is (75,5,42). Sum of RGB (Red+Green+Blue) = 75+5+42=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B052A is #B4FAD5. Grayscale: #1E1E1E. Windows color (decimal): -11860694 or 2753867. OLE color: 2753867.

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

Color convert

RGB75542-
CMYK00.930.440.71
HSL328.29º87.5%15.69%-
HSV(B)328.29º93.33%29.41%-
XYZ3.371.772.35-
YUV30.15134.69159.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.48%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=61.48%
G=4.10%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7554200.930.440.71328.2987.515.69
Hex4B52A05D2C471485810
Octal11355201355410751013020
Binary1001011101101010010111011011001000111101001000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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