#48032F

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

Shades of Blackberry #48032F

Tints of Blackberry #48032F

Color information

#48032F (or 0x48032F) is unknown color: approx Blackberry. HEX triplet: 48, 03 and 2F. RGB value is (72,3,47). Sum of RGB (Red+Green+Blue) = 72+3+47=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48032F is #B7FCD0. Grayscale: #1C1C1C. Windows color (decimal): -12057809 or 3081032. OLE color: 3081032.

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

Color convert

RGB72347-
CMYK00.960.350.72
HSL321.74º92%14.71%-
HSV(B)321.74º95.83%28.24%-
XYZ3.221.652.84-
YUV28.65138.36158.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 47 (18.75% from 255) = 38.52%
R=59.02%
G=2.46%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7234700.960.350.72321.749214.71
Hex4832F06023481425cf
Octal11035701404311050213417
Binary10010001110111101100000100011100100010100001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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