#4B0332

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

Shades of Blackberry #4B0332

Tints of Blackberry #4B0332

Color information

#4B0332 (or 0x4B0332) is unknown color: approx Blackberry. HEX triplet: 4B, 03 and 32. RGB value is (75,3,50). Sum of RGB (Red+Green+Blue) = 75+3+50=128 (16% of max value = 765). Red value is 75 (29.69% from 255 or 58.59% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0332 is #B4FCCD. Grayscale: #1D1D1D. Windows color (decimal): -11861198 or 3277643. OLE color: 3277643.

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

Color convert

RGB75350-
CMYK00.960.330.71
HSL320.83º92.31%15.29%-
HSV(B)320.83º96%29.41%-
XYZ3.511.793.18-
YUV29.89139.35160.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.59%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 50 (19.92% from 255) = 39.06%
R=58.59%
G=2.34%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7535000.960.330.71320.8392.3115.29
Hex4B33206021471415cf
Octal11336201404110750113417
Binary10010111111001001100000100001100011110100000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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