#48012D

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

Shades of Blackberry #48012D

Tints of Blackberry #48012D

Color information

#48012D (or 0x48012D) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 2D. RGB value is (72,1,45). Sum of RGB (Red+Green+Blue) = 72+1+45=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48012D is #B7FED2. Grayscale: #1B1B1B. Windows color (decimal): -12058323 or 2949448. OLE color: 2949448.

HSL color Cylindrical-coordinate representation of color #48012D: hue angle of 322.82º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48012D is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB72145-
CMYK00.990.380.72
HSL322.82º97.26%14.31%-
HSV(B)322.82º98.61%28.24%-
XYZ3.161.592.62-
YUV27.24138.02159.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 45 (17.97% from 255) = 38.14%
R=61.02%
G=0.85%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7214500.990.380.72322.8297.2614.31
Hex4812D063264814361e
Octal11015501434611050314116
Binary1001000110110101100011100110100100010100001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48012D; }

 p { color: rgb(72,1,45); }

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

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

 a { background-color: rgb(72,1,45); }

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

<style>
 span { border-color: #48012D; }

 span { border-color: rgb(72,1,45); }

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