#48183D

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

Shades of Blackberry #48183D

Tints of Blackberry #48183D

Color information

#48183D (or 0x48183D) is unknown color: approx Blackberry. HEX triplet: 48, 18 and 3D. RGB value is (72,24,61). Sum of RGB (Red+Green+Blue) = 72+24+61=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48183D is #B7E7C2. Grayscale: #2A2A2A. Windows color (decimal): -12052419 or 4003912. OLE color: 4003912.

HSL color Cylindrical-coordinate representation of color #48183D: hue angle of 313.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48183D is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB722461-
CMYK00.670.150.72
HSL313.75º50%18.82%-
HSV(B)313.75º66.67%28.24%-
XYZ3.842.374.67-
YUV42.57138.4148.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=45.86%
G=15.29%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72246100.670.150.72313.755018.82
Hex48183D043F4813a3213
Octal11030750103171104726223
Binary100100011000111101010000111111100100010011101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48183D; }

 p { color: rgb(72,24,61); }

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

<style>
 a { background-color: #48183D; }

 a { background-color: rgb(72,24,61); }

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

<style>
 span { border-color: #48183D; }

 span { border-color: rgb(72,24,61); }

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