#460F24

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

Shades of Blackberry #460F24

Tints of Blackberry #460F24

Color information

#460F24 (or 0x460F24) is unknown color: approx Blackberry. HEX triplet: 46, 0F and 24. RGB value is (70,15,36). Sum of RGB (Red+Green+Blue) = 70+15+36=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #460F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F24 is #B9F0DB. Grayscale: #212121. Windows color (decimal): -12185820 or 2363206. OLE color: 2363206.

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

Color convert

RGB701536-
CMYK00.790.490.73
HSL337.09º64.71%16.67%-
HSV(B)337.09º78.57%27.45%-
XYZ3.021.771.85-
YUV33.84129.22153.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.85%
GREEN value IS 15 (6.25% from 255) = 12.40%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=57.85%
G=12.40%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70153600.790.490.73337.0964.7116.67
Hex46F2404F31491514111
Octal106174401176111152110121
Binary10001101111100100010011111100011001001101010001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460F24; }

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

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

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

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

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

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

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

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