#4B052B

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

Shades of Blackberry #4B052B

Tints of Blackberry #4B052B

Color information

#4B052B (or 0x4B052B) is unknown color: approx Blackberry. HEX triplet: 4B, 05 and 2B. RGB value is (75,5,43). Sum of RGB (Red+Green+Blue) = 75+5+43=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B052B is #B4FAD4. Grayscale: #1E1E1E. Windows color (decimal): -11860693 or 2819403. OLE color: 2819403.

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

Color convert

RGB75543-
CMYK00.930.430.71
HSL327.43º87.5%15.69%-
HSV(B)327.43º93.33%29.41%-
XYZ3.391.782.45-
YUV30.26135.19159.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.98%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=60.98%
G=4.07%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7554300.930.430.71327.4387.515.69
Hex4B52B05D2B471475810
Octal11355301355310750713020
Binary1001011101101011010111011010111000111101000111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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