#481234

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

Shades of Blackberry #481234

Tints of Blackberry #481234

Color information

#481234 (or 0x481234) is unknown color: approx Blackberry. HEX triplet: 48, 12 and 34. RGB value is (72,18,52). Sum of RGB (Red+Green+Blue) = 72+18+52=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481234 is #B7EDCB. Grayscale: #252525. Windows color (decimal): -12053964 or 3412552. OLE color: 3412552.

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

Color convert

RGB721852-
CMYK00.750.280.72
HSL322.22º60%17.65%-
HSV(B)322.22º75%28.24%-
XYZ3.512.063.46-
YUV38.02135.89152.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 52 (20.70% from 255) = 36.62%
R=50.70%
G=12.68%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72185200.750.280.72322.226017.65
Hex48123404B1C481423c12
Octal11022640113341105027422
Binary1001000100101101000100101111100100100010100001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481234; }

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

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

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

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

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

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

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

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