#471234

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

Shades of Blackberry #471234

Tints of Blackberry #471234

Color information

#471234 (or 0x471234) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 34. RGB value is (71,18,52). Sum of RGB (Red+Green+Blue) = 71+18+52=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #471234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471234 is #B8EDCB. Grayscale: #252525. Windows color (decimal): -12119500 or 3412551. OLE color: 3412551.

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

Color convert

RGB711852-
CMYK00.750.270.72
HSL321.51º59.55%17.45%-
HSV(B)321.51º74.65%27.84%-
XYZ3.432.023.46-
YUV37.72136.06151.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=50.35%
G=12.77%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71185200.750.270.72321.5159.5517.45
Hex47123404B1B481423c11
Octal10722640113331105027421
Binary1000111100101101000100101111011100100010100001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471234; }

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

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

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

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

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

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

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

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