#461024

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

Shades of Blackberry #461024

Tints of Blackberry #461024

Color information

#461024 (or 0x461024) is unknown color: approx Blackberry. HEX triplet: 46, 10 and 24. RGB value is (70,16,36). Sum of RGB (Red+Green+Blue) = 70+16+36=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #461024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461024 is #B9EFDB. Grayscale: #222222. Windows color (decimal): -12185564 or 2363462. OLE color: 2363462.

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

Color convert

RGB701636-
CMYK00.770.490.73
HSL337.78º62.79%16.86%-
HSV(B)337.78º77.14%27.45%-
XYZ3.031.81.86-
YUV34.43128.89153.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=57.38%
G=13.11%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70163600.770.490.73337.7862.7916.86
Hex46102404D31491523f11
Octal10620440115611115227721
Binary10001101000010010001001101110001100100110101001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461024; }

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

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

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

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

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

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

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

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