#431B2F

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

Shades of Blackberry #431B2F

Tints of Blackberry #431B2F

Color information

#431B2F (or 0x431B2F) is unknown color: approx Blackberry. HEX triplet: 43, 1B and 2F. RGB value is (67,27,47). Sum of RGB (Red+Green+Blue) = 67+27+47=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B2F is #BCE4D0. Grayscale: #292929. Windows color (decimal): -12379345 or 3087171. OLE color: 3087171.

HSL color Cylindrical-coordinate representation of color #431B2F: hue angle of 330º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B2F is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB672747-
CMYK00.600.300.74
HSL330º42.55%18.43%-
HSV(B)330º59.7%26.27%-
XYZ3.222.182.94-
YUV41.24131.25146.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=47.52%
G=19.15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67274700.600.300.7433042.5518.43
Hex431B2F03C1E4A14a2b12
Octal1033357074361125125322
Binary100001111011101111011110011110100101010100101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,27,47); }

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

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

 a { background-color: rgb(67,27,47); }

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

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

 span { border-color: rgb(67,27,47); }

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