#461427

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

Shades of Blackberry #461427

Tints of Blackberry #461427

Color information

#461427 (or 0x461427) is unknown color: approx Blackberry. HEX triplet: 46, 14 and 27. RGB value is (70,20,39). Sum of RGB (Red+Green+Blue) = 70+20+39=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461427 is #B9EBD8. Grayscale: #252525. Windows color (decimal): -12184537 or 2561094. OLE color: 2561094.

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

Color convert

RGB702039-
CMYK00.710.440.73
HSL337.2º55.56%17.65%-
HSV(B)337.2º71.43%27.45%-
XYZ3.141.952.13-
YUV37.12129.06151.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=54.26%
G=15.50%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70203900.710.440.73337.255.5617.65
Hex4614270472C491513812
Octal10624470107541115217022
Binary10001101010010011101000111101100100100110101000111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461427; }

 p { color: rgb(70,20,39); }

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

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

 a { background-color: rgb(70,20,39); }

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

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

 span { border-color: rgb(70,20,39); }

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