#48083A

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

Shades of Blackberry #48083A

Tints of Blackberry #48083A

Color information

#48083A (or 0x48083A) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 3A. RGB value is (72,8,58). Sum of RGB (Red+Green+Blue) = 72+8+58=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48083A is #B7F7C5. Grayscale: #202020. Windows color (decimal): -12056518 or 3803208. OLE color: 3803208.

HSL color Cylindrical-coordinate representation of color #48083A: hue angle of 313.12º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48083A is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB72858-
CMYK00.890.190.72
HSL313.12º80%15.69%-
HSV(B)313.12º88.89%28.24%-
XYZ3.521.864.18-
YUV32.84142.2155.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=52.17%
G=5.80%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7285800.890.190.72313.128015.69
Hex4883A05913481395010
Octal110107201312311047112020
Binary1001000100011101001011001100111001000100111001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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