#431C34

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

Shades of Blackberry #431C34

Tints of Blackberry #431C34

Color information

#431C34 (or 0x431C34) is unknown color: approx Blackberry. HEX triplet: 43, 1C and 34. RGB value is (67,28,52). Sum of RGB (Red+Green+Blue) = 67+28+52=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #431C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C34 is #BCE3CB. Grayscale: #2A2A2A. Windows color (decimal): -12379084 or 3415107. OLE color: 3415107.

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

Color convert

RGB672852-
CMYK00.580.220.74
HSL323.08º41.05%18.63%-
HSV(B)323.08º58.21%26.27%-
XYZ3.352.273.51-
YUV42.4133.42145.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.58%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=45.58%
G=19.05%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67285200.580.220.74323.0841.0518.63
Hex431C3403A164A1432913
Octal1033464072261125035123
Binary100001111100110100011101010110100101010100001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,28,52); }

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

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

 a { background-color: rgb(67,28,52); }

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

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

 span { border-color: rgb(67,28,52); }

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