#431B2D

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

Shades of Blackberry #431B2D

Tints of Blackberry #431B2D

Color information

#431B2D (or 0x431B2D) is unknown color: approx Blackberry. HEX triplet: 43, 1B and 2D. RGB value is (67,27,45). Sum of RGB (Red+Green+Blue) = 67+27+45=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #431B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B2D is #BCE4D2. Grayscale: #282828. Windows color (decimal): -12379347 or 2956099. OLE color: 2956099.

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

Color convert

RGB672745-
CMYK00.600.330.74
HSL333º42.55%18.43%-
HSV(B)333º59.7%26.27%-
XYZ3.182.172.73-
YUV41.01130.25146.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.20%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=48.20%
G=19.42%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67274500.600.330.7433342.5518.43
Hex431B2D03C214A14d2b12
Octal1033355074411125155322
Binary1000011110111011010111100100001100101010100110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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