#461834

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

Shades of Blackberry #461834

Tints of Blackberry #461834

Color information

#461834 (or 0x461834) is unknown color: approx Blackberry. HEX triplet: 46, 18 and 34. RGB value is (70,24,52). Sum of RGB (Red+Green+Blue) = 70+24+52=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #461834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461834 is #B9E7CB. Grayscale: #282828. Windows color (decimal): -12183500 or 3414086. OLE color: 3414086.

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

Color convert

RGB702452-
CMYK00.660.260.73
HSL323.48º48.94%18.43%-
HSV(B)323.48º65.71%27.45%-
XYZ3.472.23.49-
YUV40.95134.24148.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=47.95%
G=16.44%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70245200.660.260.73323.4848.9418.43
Hex4618340421A491433112
Octal10630640102321115036122
Binary1000110110001101000100001011010100100110100001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461834; }

 p { color: rgb(70,24,52); }

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

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

 a { background-color: rgb(70,24,52); }

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

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

 span { border-color: rgb(70,24,52); }

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