#431A30

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

Shades of Blackberry #431A30

Tints of Blackberry #431A30

Color information

#431A30 (or 0x431A30) is unknown color: approx Blackberry. HEX triplet: 43, 1A and 30. RGB value is (67,26,48). Sum of RGB (Red+Green+Blue) = 67+26+48=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A30 is #BCE5CF. Grayscale: #282828. Windows color (decimal): -12379600 or 3152451. OLE color: 3152451.

HSL color Cylindrical-coordinate representation of color #431A30: hue angle of 327.8º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A30 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB672648-
CMYK00.610.280.74
HSL327.8º44.09%18.24%-
HSV(B)327.8º61.19%26.27%-
XYZ3.222.153.04-
YUV40.77132.08146.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=47.52%
G=18.44%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67264800.610.280.74327.844.0918.24
Hex431A3003D1C4A1482c12
Octal1033260075341125105422
Binary100001111010110000011110111100100101010100100010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,26,48); }

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

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

 a { background-color: rgb(67,26,48); }

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

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

 span { border-color: rgb(67,26,48); }

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