#430337

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

Shades of Blackberry #430337

Tints of Blackberry #430337

Color information

#430337 (or 0x430337) is unknown color: approx Blackberry. HEX triplet: 43, 03 and 37. RGB value is (67,3,55). Sum of RGB (Red+Green+Blue) = 67+3+55=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #430337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430337 is #BCFCC8. Grayscale: #1B1B1B. Windows color (decimal): -12385481 or 3605315. OLE color: 3605315.

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

Color convert

RGB67355-
CMYK00.960.180.74
HSL311.25º91.43%13.73%-
HSV(B)311.25º95.52%26.27%-
XYZ3.041.533.75-
YUV28.06143.2155.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.6%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 55 (21.88% from 255) = 44%
R=53.6%
G=2.4%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6735500.960.180.74311.2591.4313.73
Hex43337060124A1375be
Octal10336701402211246713316
Binary1000011111101110110000010010100101010011011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430337; }

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

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

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

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

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

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

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

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