#4B1937

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

Shades of Blackberry #4B1937

Tints of Blackberry #4B1937

Color information

#4B1937 (or 0x4B1937) is unknown color: approx Blackberry. HEX triplet: 4B, 19 and 37. RGB value is (75,25,55). Sum of RGB (Red+Green+Blue) = 75+25+55=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1937 is #B4E6C8. Grayscale: #2B2B2B. Windows color (decimal): -11855561 or 3610955. OLE color: 3610955.

HSL color Cylindrical-coordinate representation of color #4B1937: hue angle of 324º 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 #4B1937 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB752555-
CMYK00.670.270.71
HSL324º50%19.61%-
HSV(B)324º66.67%29.41%-
XYZ3.942.473.88-
YUV43.37134.56150.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.39%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=48.39%
G=16.13%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75255500.670.270.713245019.61
Hex4B19370431B471443214
Octal11331670103331075046224
Binary1001011110011101110100001111011100011110100010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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