#43032C

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

Shades of Blackberry #43032C

Tints of Blackberry #43032C

Color information

#43032C (or 0x43032C) is unknown color: approx Blackberry. HEX triplet: 43, 03 and 2C. RGB value is (67,3,44). Sum of RGB (Red+Green+Blue) = 67+3+44=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #43032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43032C is #BCFCD3. Grayscale: #1A1A1A. Windows color (decimal): -12385492 or 2884419. OLE color: 2884419.

HSL color Cylindrical-coordinate representation of color #43032C: hue angle of 321.56º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43032C is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB67344-
CMYK00.960.340.74
HSL321.56º91.43%13.73%-
HSV(B)321.56º95.52%26.27%-
XYZ2.81.442.51-
YUV26.81137.7156.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 44 (17.58% from 255) = 38.60%
R=58.77%
G=2.63%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6734400.960.340.74321.5691.4313.73
Hex4332C060224A1425be
Octal10335401404211250213316
Binary10000111110110001100000100010100101010100001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43032C; }

 p { color: rgb(67,3,44); }

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

<style>
 a { background-color: #43032C; }

 a { background-color: rgb(67,3,44); }

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

<style>
 span { border-color: #43032C; }

 span { border-color: rgb(67,3,44); }

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