#481633

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

Shades of Blackberry #481633

Tints of Blackberry #481633

Color information

#481633 (or 0x481633) is unknown color: approx Blackberry. HEX triplet: 48, 16 and 33. RGB value is (72,22,51). Sum of RGB (Red+Green+Blue) = 72+22+51=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481633 is #B7E9CC. Grayscale: #282828. Windows color (decimal): -12052941 or 3348040. OLE color: 3348040.

HSL color Cylindrical-coordinate representation of color #481633: hue angle of 325.2º 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 #481633 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB722251-
CMYK00.690.290.72
HSL325.2º53.19%18.43%-
HSV(B)325.2º69.44%28.24%-
XYZ3.562.193.37-
YUV40.26134.06150.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 51 (20.31% from 255) = 35.17%
R=49.66%
G=15.17%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72225100.690.290.72325.253.1918.43
Hex4816330451D481453512
Octal11026630105351105056522
Binary1001000101101100110100010111101100100010100010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481633; }

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

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

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

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

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

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

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

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