#4B0333

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

Shades of Blackberry #4B0333

Tints of Blackberry #4B0333

Color information

#4B0333 (or 0x4B0333) is unknown color: approx Blackberry. HEX triplet: 4B, 03 and 33. RGB value is (75,3,51). Sum of RGB (Red+Green+Blue) = 75+3+51=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0333 is #B4FCCC. Grayscale: #1D1D1D. Windows color (decimal): -11861197 or 3343179. OLE color: 3343179.

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

Color convert

RGB75351-
CMYK00.960.320.71
HSL320º92.31%15.29%-
HSV(B)320º96%29.41%-
XYZ3.531.83.29-
YUV30139.85160.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.14%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 51 (20.31% from 255) = 39.53%
R=58.14%
G=2.33%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7535100.960.320.7132092.3115.29
Hex4B33306020471405cf
Octal11336301404010750013417
Binary10010111111001101100000100000100011110100000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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