#48062A

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

Shades of Blackberry #48062A

Tints of Blackberry #48062A

Color information

#48062A (or 0x48062A) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 2A. RGB value is (72,6,42). Sum of RGB (Red+Green+Blue) = 72+6+42=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48062A is #B7F9D5. Grayscale: #1D1D1D. Windows color (decimal): -12057046 or 2754120. OLE color: 2754120.

HSL color Cylindrical-coordinate representation of color #48062A: hue angle of 327.27º 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 #48062A is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB72642-
CMYK00.920.420.72
HSL327.27º84.62%15.29%-
HSV(B)327.27º91.67%28.24%-
XYZ3.161.682.35-
YUV29.84134.87158.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60%
GREEN value IS 6 (2.73% from 255) = 5%
BLUE value IS 42 (16.80% from 255) = 35%
R=60%
G=5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7264200.920.420.72327.2784.6215.29
Hex4862A05C2A4814755f
Octal11065201345211050712517
Binary100100011010101001011100101010100100010100011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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