#48002F

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

Shades of Blackberry #48002F

Tints of Blackberry #48002F

Color information

#48002F (or 0x48002F) is unknown color: approx Blackberry. HEX triplet: 48, 00 and 2F. RGB value is (72,0,47). Sum of RGB (Red+Green+Blue) = 72+0+47=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48002F is #B7FFD0. Grayscale: #1A1A1A. Windows color (decimal): -12058577 or 3080264. OLE color: 3080264.

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

Color convert

RGB72047-
CMYK010.350.72
HSL320.83º100%14.12%-
HSV(B)320.83º100%28.24%-
XYZ3.191.582.83-
YUV26.89139.35160.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 39.50%
R=60.50%
G=0%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72047010.350.72320.8310014.12
Hex4802F064234814164e
Octal11005701444311050114416
Binary1001000010111101100100100011100100010100000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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