#48061F

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

Shades of Blackberry #48061F

Tints of Blackberry #48061F

Color information

#48061F (or 0x48061F) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 1F. RGB value is (72,6,31). Sum of RGB (Red+Green+Blue) = 72+6+31=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #48061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48061F is #B7F9E0. Grayscale: #1C1C1C. Windows color (decimal): -12057057 or 2033224. OLE color: 2033224.

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

Color convert

RGB72631-
CMYK00.920.570.72
HSL337.27º84.62%15.29%-
HSV(B)337.27º91.67%28.24%-
XYZ2.981.611.45-
YUV28.58129.37158.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.06%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=66.06%
G=5.50%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7263100.920.570.72337.2784.6215.29
Hex4861F05C394815155f
Octal11063701347111052112517
Binary10010001101111101011100111001100100010101000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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