#430628

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

Shades of Blackberry #430628

Tints of Blackberry #430628

Color information

#430628 (or 0x430628) is unknown color: approx Blackberry. HEX triplet: 43, 06 and 28. RGB value is (67,6,40). Sum of RGB (Red+Green+Blue) = 67+6+40=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #430628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430628 is #BCF9D7. Grayscale: #1C1C1C. Windows color (decimal): -12384728 or 2623043. OLE color: 2623043.

HSL color Cylindrical-coordinate representation of color #430628: hue angle of 326.56º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430628 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB67640-
CMYK00.910.400.74
HSL326.56º83.56%14.31%-
HSV(B)326.56º91.04%26.27%-
XYZ2.761.482.15-
YUV28.11134.71155.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.29%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=59.29%
G=5.31%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6764000.910.400.74326.5683.5614.31
Hex4362805B284A14754e
Octal10365001335011250712416
Binary100001111010100001011011101000100101010100011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430628; }

 p { color: rgb(67,6,40); }

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

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

 a { background-color: rgb(67,6,40); }

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

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

 span { border-color: rgb(67,6,40); }

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