#451B35

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

Shades of Blackberry #451B35

Tints of Blackberry #451B35

Color information

#451B35 (or 0x451B35) is unknown color: approx Blackberry. HEX triplet: 45, 1B and 35. RGB value is (69,27,53). Sum of RGB (Red+Green+Blue) = 69+27+53=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #451B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B35 is #BAE4CA. Grayscale: #2A2A2A. Windows color (decimal): -12248267 or 3480389. OLE color: 3480389.

HSL color Cylindrical-coordinate representation of color #451B35: hue angle of 322.86º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #451B35 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB692753-
CMYK00.610.230.73
HSL322.86º43.75%18.82%-
HSV(B)322.86º60.87%27.06%-
XYZ3.492.313.63-
YUV42.52133.91146.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=46.31%
G=18.12%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69275300.610.230.73322.8643.7518.82
Hex451B3503D17491432c13
Octal1053365075271115035423
Binary100010111011110101011110110111100100110100001110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451B35; }

 p { color: rgb(69,27,53); }

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

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

 a { background-color: rgb(69,27,53); }

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

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

 span { border-color: rgb(69,27,53); }

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