#430327

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

Shades of Blackberry #430327

Tints of Blackberry #430327

Color information

#430327 (or 0x430327) is unknown color: approx Blackberry. HEX triplet: 43, 03 and 27. RGB value is (67,3,39). Sum of RGB (Red+Green+Blue) = 67+3+39=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #430327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430327 is #BCFCD8. Grayscale: #1A1A1A. Windows color (decimal): -12385497 or 2556739. OLE color: 2556739.

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

Color convert

RGB67339-
CMYK00.960.420.74
HSL326.25º91.43%13.73%-
HSV(B)326.25º95.52%26.27%-
XYZ2.711.42.05-
YUV26.24135.2157.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 61.47%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 39 (15.62% from 255) = 35.78%
R=61.47%
G=2.75%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6733900.960.420.74326.2591.4313.73
Hex433270602A4A1465be
Octal10334701405211250613316
Binary10000111110011101100000101010100101010100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430327; }

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

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

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

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

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

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

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

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