#48063A

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

Shades of Blackberry #48063A

Tints of Blackberry #48063A

Color information

#48063A (or 0x48063A) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 3A. RGB value is (72,6,58). Sum of RGB (Red+Green+Blue) = 72+6+58=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48063A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48063A is #B7F9C5. Grayscale: #1F1F1F. Windows color (decimal): -12057030 or 3802696. OLE color: 3802696.

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

Color convert

RGB72658-
CMYK00.920.190.72
HSL312.73º84.62%15.29%-
HSV(B)312.73º91.67%28.24%-
XYZ3.51.814.17-
YUV31.66142.87156.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 58 (23.05% from 255) = 42.65%
R=52.94%
G=4.41%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7265800.920.190.72312.7384.6215.29
Hex4863A05C134813955f
Octal11067201342311047112517
Binary10010001101110100101110010011100100010011100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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