#481634

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

Shades of Blackberry #481634

Tints of Blackberry #481634

Color information

#481634 (or 0x481634) is unknown color: approx Blackberry. HEX triplet: 48, 16 and 34. RGB value is (72,22,52). Sum of RGB (Red+Green+Blue) = 72+22+52=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481634 is #B7E9CB. Grayscale: #282828. Windows color (decimal): -12052940 or 3413576. OLE color: 3413576.

HSL color Cylindrical-coordinate representation of color #481634: hue angle of 324º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481634 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB722252-
CMYK00.690.280.72
HSL324º53.19%18.43%-
HSV(B)324º69.44%28.24%-
XYZ3.582.23.48-
YUV40.37134.56150.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=49.32%
G=15.07%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72225200.690.280.7232453.1918.43
Hex4816340451C481443512
Octal11026640105341105046522
Binary1001000101101101000100010111100100100010100010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481634; }

 p { color: rgb(72,22,52); }

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

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

 a { background-color: rgb(72,22,52); }

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

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

 span { border-color: rgb(72,22,52); }

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