#4B093E

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

Shades of Blackberry #4B093E

Tints of Blackberry #4B093E

Color information

#4B093E (or 0x4B093E) is unknown color: approx Blackberry. HEX triplet: 4B, 09 and 3E. RGB value is (75,9,62). Sum of RGB (Red+Green+Blue) = 75+9+62=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B093E is #B4F6C1. Grayscale: #222222. Windows color (decimal): -11859650 or 4065611. OLE color: 4065611.

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

Color convert

RGB75962-
CMYK00.880.170.71
HSL311.82º78.57%16.47%-
HSV(B)311.82º88%29.41%-
XYZ3.872.044.75-
YUV34.78143.37156.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.37%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=51.37%
G=6.16%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7596200.880.170.71311.8278.5716.47
Hex4B93E05811471384f10
Octal113117601302110747011720
Binary1001011100111111001011000100011000111100111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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