#451427

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

Shades of Blackberry #451427

Tints of Blackberry #451427

Color information

#451427 (or 0x451427) is unknown color: approx Blackberry. HEX triplet: 45, 14 and 27. RGB value is (69,20,39). Sum of RGB (Red+Green+Blue) = 69+20+39=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #451427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451427 is #BAEBD8. Grayscale: #242424. Windows color (decimal): -12250073 or 2561093. OLE color: 2561093.

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

Color convert

RGB692039-
CMYK00.710.430.73
HSL336.73º55.06%17.45%-
HSV(B)336.73º71.01%27.06%-
XYZ3.071.912.13-
YUV36.82129.23150.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.91%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=53.91%
G=15.62%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69203900.710.430.73336.7355.0617.45
Hex4514270472B491513711
Octal10524470107531115216721
Binary10001011010010011101000111101011100100110101000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451427; }

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

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

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

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

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

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

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

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