#48062B

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

Shades of Blackberry #48062B

Tints of Blackberry #48062B

Color information

#48062B (or 0x48062B) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 2B. RGB value is (72,6,43). Sum of RGB (Red+Green+Blue) = 72+6+43=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48062B is #B7F9D4. Grayscale: #1D1D1D. Windows color (decimal): -12057045 or 2819656. OLE color: 2819656.

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

Color convert

RGB72643-
CMYK00.920.400.72
HSL326.36º84.62%15.29%-
HSV(B)326.36º91.67%28.24%-
XYZ3.171.682.44-
YUV29.95135.37157.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=59.50%
G=4.96%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7264300.920.400.72326.3684.6215.29
Hex4862B05C284814655f
Octal11065301345011050612517
Binary100100011010101101011100101000100100010100011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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