#4B133A

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

Shades of Blackberry #4B133A

Tints of Blackberry #4B133A

Color information

#4B133A (or 0x4B133A) is unknown color: approx Blackberry. HEX triplet: 4B, 13 and 3A. RGB value is (75,19,58). Sum of RGB (Red+Green+Blue) = 75+19+58=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B133A is #B4ECC5. Grayscale: #282828. Windows color (decimal): -11857094 or 3806027. OLE color: 3806027.

HSL color Cylindrical-coordinate representation of color #4B133A: hue angle of 318.21º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B133A is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB751958-
CMYK00.750.230.71
HSL318.21º59.57%18.43%-
HSV(B)318.21º74.67%29.41%-
XYZ3.92.274.24-
YUV40.19138.05152.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.34%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=49.34%
G=12.5%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75195800.750.230.71318.2159.5718.43
Hex4B133A04B174713e3c12
Octal11323720113271074767422
Binary1001011100111110100100101110111100011110011111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,19,58); }

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

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

 a { background-color: rgb(75,19,58); }

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

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

 span { border-color: rgb(75,19,58); }

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