#4B092D

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

Shades of Blackberry #4B092D

Tints of Blackberry #4B092D

Color information

#4B092D (or 0x4B092D) is unknown color: approx Blackberry. HEX triplet: 4B, 09 and 2D. RGB value is (75,9,45). Sum of RGB (Red+Green+Blue) = 75+9+45=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B092D is #B4F6D2. Grayscale: #202020. Windows color (decimal): -11859667 or 2951499. OLE color: 2951499.

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

Color convert

RGB75945-
CMYK00.880.400.71
HSL327.27º78.57%16.47%-
HSV(B)327.27º88%29.41%-
XYZ3.471.882.66-
YUV32.84134.87158.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.14%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=58.14%
G=6.98%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7594500.880.400.71327.2778.5716.47
Hex4B92D05828471474f10
Octal113115501305010750711720
Binary10010111001101101010110001010001000111101000111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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