#471835

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

Shades of Blackberry #471835

Tints of Blackberry #471835

Color information

#471835 (or 0x471835) is unknown color: approx Blackberry. HEX triplet: 47, 18 and 35. RGB value is (71,24,53). Sum of RGB (Red+Green+Blue) = 71+24+53=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #471835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471835 is #B8E7CA. Grayscale: #292929. Windows color (decimal): -12117963 or 3479623. OLE color: 3479623.

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

Color convert

RGB712453-
CMYK00.660.250.72
HSL322.98º49.47%18.63%-
HSV(B)322.98º66.2%27.84%-
XYZ3.572.253.61-
YUV41.36134.57149.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 53 (21.09% from 255) = 35.81%
R=47.97%
G=16.22%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71245300.660.250.72322.9849.4718.63
Hex47183504219481433113
Octal10730650102311105036123
Binary1000111110001101010100001011001100100010100001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471835; }

 p { color: rgb(71,24,53); }

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

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

 a { background-color: rgb(71,24,53); }

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

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

 span { border-color: rgb(71,24,53); }

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