#471A3C

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

Shades of Blackberry #471A3C

Tints of Blackberry #471A3C

Color information

#471A3C (or 0x471A3C) is unknown color: approx Blackberry. HEX triplet: 47, 1A and 3C. RGB value is (71,26,60). Sum of RGB (Red+Green+Blue) = 71+26+60=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #471A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A3C is #B8E5C3. Grayscale: #2B2B2B. Windows color (decimal): -12117444 or 3938887. OLE color: 3938887.

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

Color convert

RGB712660-
CMYK00.630.150.72
HSL314.67º46.39%19.02%-
HSV(B)314.67º63.38%27.84%-
XYZ3.782.44.54-
YUV43.33137.41147.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=45.22%
G=16.56%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71266000.630.150.72314.6746.3919.02
Hex471A3C03FF4813b2e13
Octal1073274077171104735623
Binary10001111101011110001111111111100100010011101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471A3C; }

 p { color: rgb(71,26,60); }

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

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

 a { background-color: rgb(71,26,60); }

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

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

 span { border-color: rgb(71,26,60); }

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