#43163A

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

Shades of Blackberry #43163A

Tints of Blackberry #43163A

Color information

#43163A (or 0x43163A) is unknown color: approx Blackberry. HEX triplet: 43, 16 and 3A. RGB value is (67,22,58). Sum of RGB (Red+Green+Blue) = 67+22+58=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #43163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43163A is #BCE9C5. Grayscale: #272727. Windows color (decimal): -12380614 or 3806787. OLE color: 3806787.

HSL color Cylindrical-coordinate representation of color #43163A: hue angle of 312º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43163A is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB672258-
CMYK00.670.130.74
HSL312º50.56%17.45%-
HSV(B)312º67.16%26.27%-
XYZ3.372.074.23-
YUV39.56138.41147.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.58%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=45.58%
G=14.97%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67225800.670.130.7431250.5617.45
Hex43163A043D4A1383311
Octal10326720103151124706321
Binary100001110110111010010000111101100101010011100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43163A; }

 p { color: rgb(67,22,58); }

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

<style>
 a { background-color: #43163A; }

 a { background-color: rgb(67,22,58); }

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

<style>
 span { border-color: #43163A; }

 span { border-color: rgb(67,22,58); }

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