#4B092B

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

Shades of Blackberry #4B092B

Tints of Blackberry #4B092B

Color information

#4B092B (or 0x4B092B) is unknown color: approx Blackberry. HEX triplet: 4B, 09 and 2B. RGB value is (75,9,43). Sum of RGB (Red+Green+Blue) = 75+9+43=127 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.06% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 75 - color contains mainly: red. Hex color #4B092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B092B is #B4F6D4. Grayscale: #202020. Windows color (decimal): -11859669 or 2820427. OLE color: 2820427.

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

Color convert

RGB75943-
CMYK00.880.430.71
HSL329.09º78.57%16.47%-
HSV(B)329.09º88%29.41%-
XYZ3.441.872.46-
YUV32.61133.87158.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.06%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=59.06%
G=7.09%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7594300.880.430.71329.0978.5716.47
Hex4B92B0582B471494f10
Octal113115301305310751111720
Binary10010111001101011010110001010111000111101001001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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