#481734

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

Shades of Blackberry #481734

Tints of Blackberry #481734

Color information

#481734 (or 0x481734) is unknown color: approx Blackberry. HEX triplet: 48, 17 and 34. RGB value is (72,23,52). Sum of RGB (Red+Green+Blue) = 72+23+52=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481734 is #B7E8CB. Grayscale: #282828. Windows color (decimal): -12052684 or 3413832. OLE color: 3413832.

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

Color convert

RGB722352-
CMYK00.680.280.72
HSL324.49º51.58%18.63%-
HSV(B)324.49º68.06%28.24%-
XYZ3.62.243.49-
YUV40.96134.23150.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=48.98%
G=15.65%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72235200.680.280.72324.4951.5818.63
Hex4817340441C481443413
Octal11027640104341105046423
Binary1001000101111101000100010011100100100010100010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481734; }

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

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

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

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

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

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

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

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