#481835

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

Shades of Blackberry #481835

Tints of Blackberry #481835

Color information

#481835 (or 0x481835) is unknown color: approx Blackberry. HEX triplet: 48, 18 and 35. RGB value is (72,24,53). Sum of RGB (Red+Green+Blue) = 72+24+53=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481835 is #B7E7CA. Grayscale: #292929. Windows color (decimal): -12052427 or 3479624. OLE color: 3479624.

HSL color Cylindrical-coordinate representation of color #481835: hue angle of 323.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 #481835 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB722453-
CMYK00.670.260.72
HSL323.75º50%18.82%-
HSV(B)323.75º66.67%28.24%-
XYZ3.642.293.62-
YUV41.66134.4149.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=48.32%
G=16.11%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72245300.670.260.72323.755018.82
Hex4818350431A481443213
Octal11030650103321105046223
Binary1001000110001101010100001111010100100010100010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481835; }

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

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

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

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

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

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

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

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