#471026

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

Shades of Blackberry #471026

Tints of Blackberry #471026

Color information

#471026 (or 0x471026) is unknown color: approx Blackberry. HEX triplet: 47, 10 and 26. RGB value is (71,16,38). Sum of RGB (Red+Green+Blue) = 71+16+38=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #471026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471026 is #B8EFD9. Grayscale: #222222. Windows color (decimal): -12120026 or 2494535. OLE color: 2494535.

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

Color convert

RGB711638-
CMYK00.770.460.72
HSL336º63.22%17.06%-
HSV(B)336º77.46%27.84%-
XYZ3.131.852.03-
YUV34.95129.72153.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=56.8%
G=12.8%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71163800.770.460.7233663.2217.06
Hex47102604D2E481503f11
Octal10720460115561105207721
Binary10001111000010011001001101101110100100010101000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471026; }

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

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

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

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

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

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

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

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