#48123B

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

Shades of Blackberry #48123B

Tints of Blackberry #48123B

Color information

#48123B (or 0x48123B) is unknown color: approx Blackberry. HEX triplet: 48, 12 and 3B. RGB value is (72,18,59). Sum of RGB (Red+Green+Blue) = 72+18+59=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48123B is #B7EDC4. Grayscale: #262626. Windows color (decimal): -12053957 or 3871304. OLE color: 3871304.

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

Color convert

RGB721859-
CMYK00.750.180.72
HSL314.44º60%17.65%-
HSV(B)314.44º75%28.24%-
XYZ3.682.134.35-
YUV38.82139.39151.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 59 (23.44% from 255) = 39.60%
R=48.32%
G=12.08%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72185900.750.180.72314.446017.65
Hex48123B04B124813a3c12
Octal11022730113221104727422
Binary1001000100101110110100101110010100100010011101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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