#48092C

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

Shades of Blackberry #48092C

Tints of Blackberry #48092C

Color information

#48092C (or 0x48092C) is unknown color: approx Blackberry. HEX triplet: 48, 09 and 2C. RGB value is (72,9,44). Sum of RGB (Red+Green+Blue) = 72+9+44=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #48092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48092C is #B7F6D3. Grayscale: #1F1F1F. Windows color (decimal): -12056276 or 2885960. OLE color: 2885960.

HSL color Cylindrical-coordinate representation of color #48092C: hue angle of 326.67º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48092C is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB72944-
CMYK00.880.390.72
HSL326.67º77.78%15.88%-
HSV(B)326.67º87.5%28.24%-
XYZ3.221.752.55-
YUV31.83134.87156.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=57.6%
G=7.2%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7294400.880.390.72326.6777.7815.88
Hex4892C05827481474e10
Octal110115401304711050711620
Binary10010001001101100010110001001111001000101000111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48092C; }

 p { color: rgb(72,9,44); }

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

<style>
 a { background-color: #48092C; }

 a { background-color: rgb(72,9,44); }

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

<style>
 span { border-color: #48092C; }

 span { border-color: rgb(72,9,44); }

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