#48102A

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

Shades of Blackberry #48102A

Tints of Blackberry #48102A

Color information

#48102A (or 0x48102A) is unknown color: approx Blackberry. HEX triplet: 48, 10 and 2A. RGB value is (72,16,42). Sum of RGB (Red+Green+Blue) = 72+16+42=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #48102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48102A is #B7EFD5. Grayscale: #232323. Windows color (decimal): -12054486 or 2756680. OLE color: 2756680.

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

Color convert

RGB721642-
CMYK00.780.420.72
HSL332.14º63.64%17.25%-
HSV(B)332.14º77.78%28.24%-
XYZ3.281.922.39-
YUV35.71131.55153.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=55.38%
G=12.31%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72164200.780.420.72332.1463.6417.25
Hex48102A04E2A4814c4011
Octal110205201165211051410021
Binary100100010000101010010011101010101001000101001100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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