#4B1938

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

Shades of Blackberry #4B1938

Tints of Blackberry #4B1938

Color information

#4B1938 (or 0x4B1938) is unknown color: approx Blackberry. HEX triplet: 4B, 19 and 38. RGB value is (75,25,56). Sum of RGB (Red+Green+Blue) = 75+25+56=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1938 is #B4E6C7. Grayscale: #2B2B2B. Windows color (decimal): -11855560 or 3676491. OLE color: 3676491.

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

Color convert

RGB752556-
CMYK00.670.250.71
HSL322.8º50%19.61%-
HSV(B)322.8º66.67%29.41%-
XYZ3.962.484.01-
YUV43.48135.06150.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.08%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=48.08%
G=16.03%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75255600.670.250.71322.85019.61
Hex4B193804319471433214
Octal11331700103311075036224
Binary1001011110011110000100001111001100011110100001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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