#4B1538

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

Shades of Blackberry #4B1538

Tints of Blackberry #4B1538

Color information

#4B1538 (or 0x4B1538) is unknown color: approx Blackberry. HEX triplet: 4B, 15 and 38. RGB value is (75,21,56). Sum of RGB (Red+Green+Blue) = 75+21+56=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1538 is #B4EAC7. Grayscale: #292929. Windows color (decimal): -11856584 or 3675467. OLE color: 3675467.

HSL color Cylindrical-coordinate representation of color #4B1538: hue angle of 321.11º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B1538 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB752156-
CMYK00.720.250.71
HSL321.11º56.25%18.82%-
HSV(B)321.11º72%29.41%-
XYZ3.882.323.98-
YUV41.14136.39152.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.34%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=49.34%
G=13.82%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75215600.720.250.71321.1156.2518.82
Hex4B153804819471413813
Octal11325700110311075017023
Binary1001011101011110000100100011001100011110100000111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,21,56); }

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

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

 a { background-color: rgb(75,21,56); }

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

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

 span { border-color: rgb(75,21,56); }

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