#431D35

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

Shades of Blackberry #431D35

Tints of Blackberry #431D35

Color information

#431D35 (or 0x431D35) is unknown color: approx Blackberry. HEX triplet: 43, 1D and 35. RGB value is (67,29,53). Sum of RGB (Red+Green+Blue) = 67+29+53=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #431D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D35 is #BCE2CA. Grayscale: #2B2B2B. Windows color (decimal): -12378827 or 3480899. OLE color: 3480899.

HSL color Cylindrical-coordinate representation of color #431D35: hue angle of 322.11º 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 #431D35 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB672953-
CMYK00.570.210.74
HSL322.11º39.58%18.82%-
HSV(B)322.11º56.72%26.27%-
XYZ3.42.333.64-
YUV43.1133.59145.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.97%
GREEN value IS 29 (11.72% from 255) = 19.46%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=44.97%
G=19.46%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67295300.570.210.74322.1139.5818.82
Hex431D35039154A1422813
Octal1033565071251125025023
Binary100001111101110101011100110101100101010100001010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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