#48162A

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

Shades of Blackberry #48162A

Tints of Blackberry #48162A

Color information

#48162A (or 0x48162A) is unknown color: approx Blackberry. HEX triplet: 48, 16 and 2A. RGB value is (72,22,42). Sum of RGB (Red+Green+Blue) = 72+22+42=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48162A is #B7E9D5. Grayscale: #272727. Windows color (decimal): -12052950 or 2758216. OLE color: 2758216.

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

Color convert

RGB722242-
CMYK00.690.420.72
HSL336º53.19%18.43%-
HSV(B)336º69.44%28.24%-
XYZ3.382.122.42-
YUV39.23129.56151.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=52.94%
G=16.18%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72224200.690.420.7233653.1918.43
Hex48162A0452A481503512
Octal11026520105521105206522
Binary10010001011010101001000101101010100100010101000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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