#430931

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

Shades of Blackberry #430931

Tints of Blackberry #430931

Color information

#430931 (or 0x430931) is unknown color: approx Blackberry. HEX triplet: 43, 09 and 31. RGB value is (67,9,49). Sum of RGB (Red+Green+Blue) = 67+9+49=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #430931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430931 is #BCF6CE. Grayscale: #1E1E1E. Windows color (decimal): -12383951 or 3213635. OLE color: 3213635.

HSL color Cylindrical-coordinate representation of color #430931: hue angle of 318.62º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430931 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB67949-
CMYK00.870.270.74
HSL318.62º76.32%14.9%-
HSV(B)318.62º86.57%26.27%-
XYZ2.971.613.06-
YUV30.9138.22153.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.6%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=53.6%
G=7.2%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6794900.870.270.74318.6276.3214.9
Hex439310571B4A13f4cf
Octal103116101273311247711417
Binary100001110011100010101011111011100101010011111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430931; }

 p { color: rgb(67,9,49); }

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

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

 a { background-color: rgb(67,9,49); }

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

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

 span { border-color: rgb(67,9,49); }

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