#430325

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

Shades of Blackberry #430325

Tints of Blackberry #430325

Color information

#430325 (or 0x430325) is unknown color: approx Blackberry. HEX triplet: 43, 03 and 25. RGB value is (67,3,37). Sum of RGB (Red+Green+Blue) = 67+3+37=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #430325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430325 is #BCFCDA. Grayscale: #191919. Windows color (decimal): -12385499 or 2425667. OLE color: 2425667.

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

Color convert

RGB67337-
CMYK00.960.450.74
HSL328.12º91.43%13.73%-
HSV(B)328.12º95.52%26.27%-
XYZ2.681.391.88-
YUV26.01134.2157.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.62%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 37 (14.84% from 255) = 34.58%
R=62.62%
G=2.80%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6733700.960.450.74328.1291.4313.73
Hex433250602D4A1485be
Octal10334501405511251013316
Binary10000111110010101100000101101100101010100100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430325; }

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

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

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

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

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

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

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

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