#48103E

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

Shades of Blackberry #48103E

Tints of Blackberry #48103E

Color information

#48103E (or 0x48103E) is unknown color: approx Blackberry. HEX triplet: 48, 10 and 3E. RGB value is (72,16,62). Sum of RGB (Red+Green+Blue) = 72+16+62=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48103E is #B7EFC1. Grayscale: #252525. Windows color (decimal): -12054466 or 4067400. OLE color: 4067400.

HSL color Cylindrical-coordinate representation of color #48103E: hue angle of 310.71º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48103E is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB721662-
CMYK00.780.140.72
HSL310.71º63.64%17.25%-
HSV(B)310.71º77.78%28.24%-
XYZ3.732.14.77-
YUV37.99141.55152.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 16 (6.64% from 255) = 10.67%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=48%
G=10.67%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72166200.780.140.72310.7163.6417.25
Hex48103E04EE481374011
Octal110207601161611046710021
Binary1001000100001111100100111011101001000100110111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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