#48013B

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

Shades of Blackberry #48013B

Tints of Blackberry #48013B

Color information

#48013B (or 0x48013B) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 3B. RGB value is (72,1,59). Sum of RGB (Red+Green+Blue) = 72+1+59=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48013B is #B7FEC4. Grayscale: #1C1C1C. Windows color (decimal): -12058309 or 3866952. OLE color: 3866952.

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

Color convert

RGB72159-
CMYK00.990.180.72
HSL310.99º97.26%14.31%-
HSV(B)310.99º98.61%28.24%-
XYZ3.471.724.29-
YUV28.84145.02158.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 59 (23.44% from 255) = 44.70%
R=54.55%
G=0.76%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7215900.990.180.72310.9997.2614.31
Hex4813B063124813761e
Octal11017301432211046714116
Binary100100011110110110001110010100100010011011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48013B; }

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

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

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

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

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

<style>
 span { border-color: #48013B; }

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

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