#430427

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

Shades of Blackberry #430427

Tints of Blackberry #430427

Color information

#430427 (or 0x430427) is unknown color: approx Blackberry. HEX triplet: 43, 04 and 27. RGB value is (67,4,39). Sum of RGB (Red+Green+Blue) = 67+4+39=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #430427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430427 is #BCFBD8. Grayscale: #1A1A1A. Windows color (decimal): -12385241 or 2556995. OLE color: 2556995.

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

Color convert

RGB67439-
CMYK00.940.420.74
HSL326.67º88.73%13.92%-
HSV(B)326.67º94.03%26.27%-
XYZ2.721.432.05-
YUV26.83134.87156.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.91%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=60.91%
G=3.64%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6743900.940.420.74326.6788.7313.92
Hex4342705E2A4A14759e
Octal10344701365211250713116
Binary100001110010011101011110101010100101010100011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430427; }

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

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

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

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

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

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

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

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