#48142a

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

Shades of Blackberry #48142A

Tints of Blackberry #48142A

Color information

#48142A (or 0x48142A) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 2A. RGB value is (72,20,42). Sum of RGB (Red+Green+Blue) = 72+20+42=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48142A is #B7EBD5. Grayscale: #262626. Windows color (decimal): -12053462 or 2757704. OLE color: 2757704.

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

Color convert

RGB722042-
CMYK00.720.420.72
HSL334.62º56.52%18.04%-
HSV(B)334.62º72.22%28.24%-
XYZ3.342.052.41-
YUV38.06130.23152.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=53.73%
G=14.93%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72204200.720.420.72334.6256.5218.04
Hex48142A0482A4814f3912
Octal11024520110521105177122
Binary10010001010010101001001000101010100100010100111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48142a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48142a; }

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

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

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

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

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

<style>
 span { border-color: #48142a; }

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

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