#4B0941

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

Shades of Blackberry #4B0941

Tints of Blackberry #4B0941

Color information

#4B0941 (or 0x4B0941) is unknown color: approx Blackberry. HEX triplet: 4B, 09 and 41. RGB value is (75,9,65). Sum of RGB (Red+Green+Blue) = 75+9+65=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0941 is #B4F6BE. Grayscale: #222222. Windows color (decimal): -11859647 or 4262219. OLE color: 4262219.

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

Color convert

RGB75965-
CMYK00.880.130.71
HSL309.09º78.57%16.47%-
HSV(B)309.09º88%29.41%-
XYZ3.952.075.19-
YUV35.12144.87156.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50.34%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 65 (25.78% from 255) = 43.62%
R=50.34%
G=6.04%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7596500.880.130.71309.0978.5716.47
Hex4B941058D471354f10
Octal1131110101301510746511720
Binary1001011100110000010101100011011000111100110101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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