#4B2038

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

Shades of Blackberry #4B2038

Tints of Blackberry #4B2038

Color information

#4B2038 (or 0x4B2038) is unknown color: approx Blackberry. HEX triplet: 4B, 20 and 38. RGB value is (75,32,56). Sum of RGB (Red+Green+Blue) = 75+32+56=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2038 is #B4DFC7. Grayscale: #2F2F2F. Windows color (decimal): -11853768 or 3678283. OLE color: 3678283.

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

Color convert

RGB753256-
CMYK00.570.250.71
HSL326.51º40.19%20.98%-
HSV(B)326.51º57.33%29.41%-
XYZ4.132.814.07-
YUV47.59132.75147.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.01%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=46.01%
G=19.63%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75325600.570.250.71326.5140.1920.98
Hex4B203803919471472815
Octal1134070071311075075025
Binary1001011100000111000011100111001100011110100011110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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