#4B0339

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

Shades of Blackberry #4B0339

Tints of Blackberry #4B0339

Color information

#4B0339 (or 0x4B0339) is unknown color: approx Blackberry. HEX triplet: 4B, 03 and 39. RGB value is (75,3,57). Sum of RGB (Red+Green+Blue) = 75+3+57=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0339 is #B4FCC6. Grayscale: #1E1E1E. Windows color (decimal): -11861191 or 3736395. OLE color: 3736395.

HSL color Cylindrical-coordinate representation of color #4B0339: hue angle of 315º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0339 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB75357-
CMYK00.960.240.71
HSL315º92.31%15.29%-
HSV(B)315º96%29.41%-
XYZ3.671.864.04-
YUV30.68142.85159.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.56%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 57 (22.66% from 255) = 42.22%
R=55.56%
G=2.22%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7535700.960.240.7131592.3115.29
Hex4B339060184713b5cf
Octal11337101403010747313417
Binary1001011111110010110000011000100011110011101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,3,57); }

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

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

 a { background-color: rgb(75,3,57); }

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

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

 span { border-color: rgb(75,3,57); }

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