#48083D

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

Shades of Blackberry #48083D

Tints of Blackberry #48083D

Color information

#48083D (or 0x48083D) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 3D. RGB value is (72,8,61). Sum of RGB (Red+Green+Blue) = 72+8+61=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48083D is #B7F7C2. Grayscale: #212121. Windows color (decimal): -12056515 or 3999816. OLE color: 3999816.

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

Color convert

RGB72861-
CMYK00.890.150.72
HSL310.31º80%15.69%-
HSV(B)310.31º88.89%28.24%-
XYZ3.61.894.59-
YUV33.18143.7155.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=51.06%
G=5.67%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7286100.890.150.72310.318015.69
Hex4883D059F481365010
Octal110107501311711046612020
Binary100100010001111010101100111111001000100110110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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