#48001B

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

Shades of Blackberry #48001B

Tints of Blackberry #48001B

Color information

#48001B (or 0x48001B) is unknown color: approx Blackberry. HEX triplet: 48, 00 and 1B. RGB value is (72,0,27). Sum of RGB (Red+Green+Blue) = 72+0+27=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #48001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48001B is #B7FFE4. Grayscale: #181818. Windows color (decimal): -12058597 or 1769544. OLE color: 1769544.

HSL color Cylindrical-coordinate representation of color #48001B: hue angle of 337.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48001B is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB72027-
CMYK010.620.72
HSL337.5º100%14.12%-
HSV(B)337.5º100%28.24%-
XYZ2.871.461.17-
YUV24.61129.35161.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=72.73%
G=0%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72027010.620.72337.510014.12
Hex4801B0643E4815264e
Octal11003301447611052214416
Binary100100001101101100100111110100100010101001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,0,27); }

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

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

 a { background-color: rgb(72,0,27); }

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

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

 span { border-color: rgb(72,0,27); }

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