#471936

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

Shades of Blackberry #471936

Tints of Blackberry #471936

Color information

#471936 (or 0x471936) is unknown color: approx Blackberry. HEX triplet: 47, 19 and 36. RGB value is (71,25,54). Sum of RGB (Red+Green+Blue) = 71+25+54=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #471936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471936 is #B8E6C9. Grayscale: #292929. Windows color (decimal): -12117706 or 3545415. OLE color: 3545415.

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

Color convert

RGB712554-
CMYK00.650.240.72
HSL322.17º47.92%18.82%-
HSV(B)322.17º64.79%27.84%-
XYZ3.612.33.74-
YUV42.06134.74148.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 54 (21.48% from 255) = 36%
R=47.33%
G=16.67%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71255400.650.240.72322.1747.9218.82
Hex47193604118481423013
Octal10731660101301105026023
Binary1000111110011101100100000111000100100010100001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471936; }

 p { color: rgb(71,25,54); }

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

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

 a { background-color: rgb(71,25,54); }

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

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

 span { border-color: rgb(71,25,54); }

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