#471024

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

Shades of Blackberry #471024

Tints of Blackberry #471024

Color information

#471024 (or 0x471024) is unknown color: approx Blackberry. HEX triplet: 47, 10 and 24. RGB value is (71,16,36). Sum of RGB (Red+Green+Blue) = 71+16+36=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471024 is #B8EFDB. Grayscale: #222222. Windows color (decimal): -12120028 or 2363463. OLE color: 2363463.

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

Color convert

RGB711636-
CMYK00.770.490.72
HSL338.18º63.22%17.06%-
HSV(B)338.18º77.46%27.84%-
XYZ3.11.841.86-
YUV34.72128.72153.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 36 (14.45% from 255) = 29.27%
R=57.72%
G=13.01%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71163600.770.490.72338.1863.2217.06
Hex47102404D31481523f11
Octal10720440115611105227721
Binary10001111000010010001001101110001100100010101001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471024; }

 p { color: rgb(71,16,36); }

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

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

 a { background-color: rgb(71,16,36); }

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

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

 span { border-color: rgb(71,16,36); }

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