#48083E

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

Shades of Blackberry #48083E

Tints of Blackberry #48083E

Color information

#48083E (or 0x48083E) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 3E. RGB value is (72,8,62). Sum of RGB (Red+Green+Blue) = 72+8+62=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48083E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48083E is #B7F7C1. Grayscale: #212121. Windows color (decimal): -12056514 or 4065352. OLE color: 4065352.

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

Color convert

RGB72862-
CMYK00.890.140.72
HSL309.38º80%15.69%-
HSV(B)309.38º88.89%28.24%-
XYZ3.631.94.73-
YUV33.29144.2155.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=50.70%
G=5.63%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7286200.890.140.72309.388015.69
Hex4883E059E481355010
Octal110107601311611046512020
Binary100100010001111100101100111101001000100110101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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