#48042A

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

Shades of Blackberry #48042A

Tints of Blackberry #48042A

Color information

#48042A (or 0x48042A) is unknown color: approx Blackberry. HEX triplet: 48, 04 and 2A. RGB value is (72,4,42). Sum of RGB (Red+Green+Blue) = 72+4+42=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48042A is #B7FBD5. Grayscale: #1C1C1C. Windows color (decimal): -12057558 or 2753608. OLE color: 2753608.

HSL color Cylindrical-coordinate representation of color #48042A: hue angle of 326.47º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48042A is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB72442-
CMYK00.940.420.72
HSL326.47º89.47%14.9%-
HSV(B)326.47º94.44%28.24%-
XYZ3.131.632.34-
YUV28.66135.53158.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=61.02%
G=3.39%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7244200.940.420.72326.4789.4714.9
Hex4842A05E2A4814659f
Octal11045201365211050613117
Binary100100010010101001011110101010100100010100011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48042A; }

 p { color: rgb(72,4,42); }

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

<style>
 a { background-color: #48042A; }

 a { background-color: rgb(72,4,42); }

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

<style>
 span { border-color: #48042A; }

 span { border-color: rgb(72,4,42); }

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