#4B0937

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

Shades of Blackberry #4B0937

Tints of Blackberry #4B0937

Color information

#4B0937 (or 0x4B0937) is unknown color: approx Blackberry. HEX triplet: 4B, 09 and 37. RGB value is (75,9,55). Sum of RGB (Red+Green+Blue) = 75+9+55=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0937 is #B4F6C8. Grayscale: #212121. Windows color (decimal): -11859657 or 3606859. OLE color: 3606859.

HSL color Cylindrical-coordinate representation of color #4B0937: hue angle of 318.18º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B0937 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB75955-
CMYK00.880.270.71
HSL318.18º78.57%16.47%-
HSV(B)318.18º88%29.41%-
XYZ3.691.973.8-
YUV33.98139.87157.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.96%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=53.96%
G=6.47%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7595500.880.270.71318.1878.5716.47
Hex4B9370581B4713e4f10
Octal113116701303310747611720
Binary1001011100111011101011000110111000111100111110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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