#48123E

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

Shades of Blackberry #48123E

Tints of Blackberry #48123E

Color information

#48123E (or 0x48123E) is unknown color: approx Blackberry. HEX triplet: 48, 12 and 3E. RGB value is (72,18,62). Sum of RGB (Red+Green+Blue) = 72+18+62=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48123E is #B7EDC1. Grayscale: #272727. Windows color (decimal): -12053954 or 4067912. OLE color: 4067912.

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

Color convert

RGB721862-
CMYK00.750.140.72
HSL311.11º60%17.65%-
HSV(B)311.11º75%28.24%-
XYZ3.762.164.78-
YUV39.16140.89151.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 62 (24.61% from 255) = 40.79%
R=47.37%
G=11.84%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72186200.750.140.72311.116017.65
Hex48123E04BE481373c12
Octal11022760113161104677422
Binary100100010010111110010010111110100100010011011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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