#48002A

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

Shades of Blackberry #48002A

Tints of Blackberry #48002A

Color information

#48002A (or 0x48002A) is unknown color: approx Blackberry. HEX triplet: 48, 00 and 2A. RGB value is (72,0,42). Sum of RGB (Red+Green+Blue) = 72+0+42=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #48002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48002A is #B7FFD5. Grayscale: #1A1A1A. Windows color (decimal): -12058582 or 2752584. OLE color: 2752584.

HSL color Cylindrical-coordinate representation of color #48002A: hue angle of 325º 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 #48002A is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB72042-
CMYK010.420.72
HSL325º100%14.12%-
HSV(B)325º100%28.24%-
XYZ3.091.542.33-
YUV26.32136.85160.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=63.16%
G=0%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72042010.420.7232510014.12
Hex4802A0642A4814564e
Octal11005201445211050514416
Binary1001000010101001100100101010100100010100010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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