#48012E

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

Shades of Blackberry #48012E

Tints of Blackberry #48012E

Color information

#48012E (or 0x48012E) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 2E. RGB value is (72,1,46). Sum of RGB (Red+Green+Blue) = 72+1+46=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48012E is #B7FED1. Grayscale: #1B1B1B. Windows color (decimal): -12058322 or 3014984. OLE color: 3014984.

HSL color Cylindrical-coordinate representation of color #48012E: hue angle of 321.97º 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 #48012E is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB72146-
CMYK00.990.360.72
HSL321.97º97.26%14.31%-
HSV(B)321.97º98.61%28.24%-
XYZ3.181.62.73-
YUV27.36138.52159.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60.50%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=60.50%
G=0.84%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7214600.990.360.72321.9797.2614.31
Hex4812E063244814261e
Octal11015601434411050214116
Binary1001000110111001100011100100100100010100001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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