#48062F

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

Shades of Blackberry #48062F

Tints of Blackberry #48062F

Color information

#48062F (or 0x48062F) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 2F. RGB value is (72,6,47). Sum of RGB (Red+Green+Blue) = 72+6+47=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #48062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48062F is #B7F9D0. Grayscale: #1E1E1E. Windows color (decimal): -12057041 or 3081800. OLE color: 3081800.

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

Color convert

RGB72647-
CMYK00.920.350.72
HSL322.73º84.62%15.29%-
HSV(B)322.73º91.67%28.24%-
XYZ3.251.712.85-
YUV30.41137.37157.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=57.6%
G=4.8%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7264700.920.350.72322.7384.6215.29
Hex4862F05C234814355f
Octal11065701344311050312517
Binary100100011010111101011100100011100100010100001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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