#4B092A

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

Shades of Blackberry #4B092A

Tints of Blackberry #4B092A

Color information

#4B092A (or 0x4B092A) is unknown color: approx Blackberry. HEX triplet: 4B, 09 and 2A. RGB value is (75,9,42). Sum of RGB (Red+Green+Blue) = 75+9+42=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B092A is #B4F6D5. Grayscale: #202020. Windows color (decimal): -11859670 or 2754891. OLE color: 2754891.

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

Color convert

RGB75942-
CMYK00.880.440.71
HSL330º78.57%16.47%-
HSV(B)330º88%29.41%-
XYZ3.421.862.37-
YUV32.5133.37158.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.52%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=59.52%
G=7.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7594200.880.440.7133078.5716.47
Hex4B92A0582C4714a4f10
Octal113115201305410751211720
Binary10010111001101010010110001011001000111101001010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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