#48071F

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

Shades of Blackberry #48071F

Tints of Blackberry #48071F

Color information

#48071F (or 0x48071F) is unknown color: approx Blackberry. HEX triplet: 48, 07 and 1F. RGB value is (72,7,31). Sum of RGB (Red+Green+Blue) = 72+7+31=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #48071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48071F is #B7F8E0. Grayscale: #1D1D1D. Windows color (decimal): -12056801 or 2033480. OLE color: 2033480.

HSL color Cylindrical-coordinate representation of color #48071F: hue angle of 337.85º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48071F is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB72731-
CMYK00.900.570.72
HSL337.85º82.28%15.49%-
HSV(B)337.85º90.28%28.24%-
XYZ31.631.45-
YUV29.17129.03158.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=65.45%
G=6.36%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7273100.900.570.72337.8582.2815.49
Hex4871F05A394815252f
Octal11073701327111052212217
Binary10010001111111101011010111001100100010101001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,7,31); }

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

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

 a { background-color: rgb(72,7,31); }

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

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

 span { border-color: rgb(72,7,31); }

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