#481934

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

Shades of Blackberry #481934

Tints of Blackberry #481934

Color information

#481934 (or 0x481934) is unknown color: approx Blackberry. HEX triplet: 48, 19 and 34. RGB value is (72,25,52). Sum of RGB (Red+Green+Blue) = 72+25+52=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481934 is #B7E6CB. Grayscale: #2A2A2A. Windows color (decimal): -12052172 or 3414344. OLE color: 3414344.

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

Color convert

RGB722552-
CMYK00.650.280.72
HSL325.53º48.45%19.02%-
HSV(B)325.53º65.28%28.24%-
XYZ3.642.323.5-
YUV42.13133.57149.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 25 (10.16% from 255) = 16.78%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=48.32%
G=16.78%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72255200.650.280.72325.5348.4519.02
Hex4819340411C481463013
Octal11031640101341105066023
Binary1001000110011101000100000111100100100010100011011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481934; }

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

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

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

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

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

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

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

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