#431D33

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

Shades of Blackberry #431D33

Tints of Blackberry #431D33

Color information

#431D33 (or 0x431D33) is unknown color: approx Blackberry. HEX triplet: 43, 1D and 33. RGB value is (67,29,51). Sum of RGB (Red+Green+Blue) = 67+29+51=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #431D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D33 is #BCE2CC. Grayscale: #2A2A2A. Windows color (decimal): -12378829 or 3349827. OLE color: 3349827.

HSL color Cylindrical-coordinate representation of color #431D33: hue angle of 325.26º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D33 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB672951-
CMYK00.570.240.74
HSL325.26º39.58%18.82%-
HSV(B)325.26º56.72%26.27%-
XYZ3.352.313.4-
YUV42.87132.59145.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.58%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 51 (20.31% from 255) = 34.69%
R=45.58%
G=19.73%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67295100.570.240.74325.2639.5818.82
Hex431D33039184A1452813
Octal1033563071301125055023
Binary100001111101110011011100111000100101010100010110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431D33; }

 p { color: rgb(67,29,51); }

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

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

 a { background-color: rgb(67,29,51); }

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

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

 span { border-color: rgb(67,29,51); }

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