#43033A

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

Shades of Blackberry #43033A

Tints of Blackberry #43033A

Color information

#43033A (or 0x43033A) is unknown color: approx Blackberry. HEX triplet: 43, 03 and 3A. RGB value is (67,3,58). Sum of RGB (Red+Green+Blue) = 67+3+58=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #43033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43033A is #BCFCC5. Grayscale: #1C1C1C. Windows color (decimal): -12385478 or 3801923. OLE color: 3801923.

HSL color Cylindrical-coordinate representation of color #43033A: hue angle of 308.44º 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 #43033A is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB67358-
CMYK00.960.130.74
HSL308.44º91.43%13.73%-
HSV(B)308.44º95.52%26.27%-
XYZ3.111.564.14-
YUV28.41144.7155.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 58 (23.05% from 255) = 45.31%
R=52.34%
G=2.34%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6735800.960.130.74308.4491.4313.73
Hex4333A060D4A1345be
Octal10337201401511246413316
Binary100001111111010011000001101100101010011010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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