#48063E

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

Shades of Blackberry #48063E

Tints of Blackberry #48063E

Color information

#48063E (or 0x48063E) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 3E. RGB value is (72,6,62). Sum of RGB (Red+Green+Blue) = 72+6+62=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48063E is #B7F9C1. Grayscale: #1F1F1F. Windows color (decimal): -12057026 or 4064840. OLE color: 4064840.

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

Color convert

RGB72662-
CMYK00.920.140.72
HSL309.09º84.62%15.29%-
HSV(B)309.09º91.67%28.24%-
XYZ3.611.864.73-
YUV32.12144.87156.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 62 (24.61% from 255) = 44.29%
R=51.43%
G=4.29%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7266200.920.140.72309.0984.6215.29
Hex4863E05CE4813555f
Octal11067601341611046512517
Binary1001000110111110010111001110100100010011010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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