#4B1A33

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

Shades of Blackberry #4B1A33

Tints of Blackberry #4B1A33

Color information

#4B1A33 (or 0x4B1A33) is unknown color: approx Blackberry. HEX triplet: 4B, 1A and 33. RGB value is (75,26,51). Sum of RGB (Red+Green+Blue) = 75+26+51=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1A33 is #B4E5CC. Grayscale: #2B2B2B. Windows color (decimal): -11855309 or 3349067. OLE color: 3349067.

HSL color Cylindrical-coordinate representation of color #4B1A33: hue angle of 329.39º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B1A33 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB752651-
CMYK00.650.320.71
HSL329.39º48.51%19.8%-
HSV(B)329.39º65.33%29.41%-
XYZ3.872.473.41-
YUV43.5132.23150.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.34%
GREEN value IS 26 (10.55% from 255) = 17.11%
BLUE value IS 51 (20.31% from 255) = 33.55%
R=49.34%
G=17.11%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75265100.650.320.71329.3948.5119.8
Hex4B1A3304120471493114
Octal11332630101401075116124
Binary10010111101011001101000001100000100011110100100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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