#48063C

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

Shades of Blackberry #48063C

Tints of Blackberry #48063C

Color information

#48063C (or 0x48063C) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 3C. RGB value is (72,6,60). Sum of RGB (Red+Green+Blue) = 72+6+60=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48063C is #B7F9C3. Grayscale: #1F1F1F. Windows color (decimal): -12057028 or 3933768. OLE color: 3933768.

HSL color Cylindrical-coordinate representation of color #48063C: hue angle of 310.91º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48063C is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB72660-
CMYK00.920.170.72
HSL310.91º84.62%15.29%-
HSV(B)310.91º91.67%28.24%-
XYZ3.551.834.44-
YUV31.89143.87156.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 60 (23.83% from 255) = 43.48%
R=52.17%
G=4.35%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7266000.920.170.72310.9184.6215.29
Hex4863C05C114813755f
Octal11067401342111046712517
Binary10010001101111000101110010001100100010011011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48063C; }

 p { color: rgb(72,6,60); }

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

<style>
 a { background-color: #48063C; }

 a { background-color: rgb(72,6,60); }

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

<style>
 span { border-color: #48063C; }

 span { border-color: rgb(72,6,60); }

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