#48013A

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

Shades of Blackberry #48013A

Tints of Blackberry #48013A

Color information

#48013A (or 0x48013A) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 3A. RGB value is (72,1,58). Sum of RGB (Red+Green+Blue) = 72+1+58=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #48013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48013A is #B7FEC5. Grayscale: #1C1C1C. Windows color (decimal): -12058310 or 3801416. OLE color: 3801416.

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

Color convert

RGB72158-
CMYK00.990.190.72
HSL311.83º97.26%14.31%-
HSV(B)311.83º98.61%28.24%-
XYZ3.451.74.15-
YUV28.73144.52158.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 58 (23.05% from 255) = 44.27%
R=54.96%
G=0.76%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7215800.990.190.72311.8397.2614.31
Hex4813A063134813861e
Octal11017201432311047014116
Binary100100011110100110001110011100100010011100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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