#48062C

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

Shades of Blackberry #48062C

Tints of Blackberry #48062C

Color information

#48062C (or 0x48062C) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 2C. RGB value is (72,6,44). Sum of RGB (Red+Green+Blue) = 72+6+44=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48062C is #B7F9D3. Grayscale: #1D1D1D. Windows color (decimal): -12057044 or 2885192. OLE color: 2885192.

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

Color convert

RGB72644-
CMYK00.920.390.72
HSL325.45º84.62%15.29%-
HSV(B)325.45º91.67%28.24%-
XYZ3.191.692.54-
YUV30.07135.87157.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=59.02%
G=4.92%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7264400.920.390.72325.4584.6215.29
Hex4862C05C274814555f
Octal11065401344711050512517
Binary100100011010110001011100100111100100010100010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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