#48082F

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

Shades of Blackberry #48082F

Tints of Blackberry #48082F

Color information

#48082F (or 0x48082F) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 2F. RGB value is (72,8,47). Sum of RGB (Red+Green+Blue) = 72+8+47=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #48082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48082F is #B7F7D0. Grayscale: #1F1F1F. Windows color (decimal): -12056529 or 3082312. OLE color: 3082312.

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

Color convert

RGB72847-
CMYK00.890.350.72
HSL323.44º80%15.69%-
HSV(B)323.44º88.89%28.24%-
XYZ3.271.762.86-
YUV31.58136.7156.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=56.69%
G=6.30%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7284700.890.350.72323.448015.69
Hex4882F05923481435010
Octal110105701314311050312020
Binary10010001000101111010110011000111001000101000011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48082F; }

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

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

<style>
 a { background-color: #48082F; }

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

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

<style>
 span { border-color: #48082F; }

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

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