#430330

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

Shades of Blackberry #430330

Tints of Blackberry #430330

Color information

#430330 (or 0x430330) is unknown color: approx Blackberry. HEX triplet: 43, 03 and 30. RGB value is (67,3,48). Sum of RGB (Red+Green+Blue) = 67+3+48=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #430330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430330 is #BCFCCF. Grayscale: #1B1B1B. Windows color (decimal): -12385488 or 3146563. OLE color: 3146563.

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

Color convert

RGB67348-
CMYK00.960.280.74
HSL317.81º91.43%13.73%-
HSV(B)317.81º95.52%26.27%-
XYZ2.881.472.93-
YUV27.27139.7156.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.78%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=56.78%
G=2.54%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6734800.960.280.74317.8191.4313.73
Hex433300601C4A13e5be
Octal10336001403411247613316
Binary1000011111100000110000011100100101010011111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430330; }

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

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

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

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

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

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

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

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