#48063B

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

Shades of Blackberry #48063B

Tints of Blackberry #48063B

Color information

#48063B (or 0x48063B) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 3B. RGB value is (72,6,59). Sum of RGB (Red+Green+Blue) = 72+6+59=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48063B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48063B is #B7F9C4. Grayscale: #1F1F1F. Windows color (decimal): -12057029 or 3868232. OLE color: 3868232.

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

Color convert

RGB72659-
CMYK00.920.180.72
HSL311.82º84.62%15.29%-
HSV(B)311.82º91.67%28.24%-
XYZ3.531.824.3-
YUV31.78143.37156.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 59 (23.44% from 255) = 43.07%
R=52.55%
G=4.38%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7265900.920.180.72311.8284.6215.29
Hex4863B05C124813855f
Octal11067301342211047012517
Binary10010001101110110101110010010100100010011100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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