#430438

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

Shades of Blackberry #430438

Tints of Blackberry #430438

Color information

#430438 (or 0x430438) is unknown color: approx Blackberry. HEX triplet: 43, 04 and 38. RGB value is (67,4,56). Sum of RGB (Red+Green+Blue) = 67+4+56=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #430438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430438 is #BCFBC7. Grayscale: #1C1C1C. Windows color (decimal): -12385224 or 3671107. OLE color: 3671107.

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

Color convert

RGB67456-
CMYK00.940.160.74
HSL310.48º88.73%13.92%-
HSV(B)310.48º94.03%26.27%-
XYZ3.071.573.88-
YUV28.76143.37155.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.76%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=52.76%
G=3.15%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6745600.940.160.74310.4888.7313.92
Hex4343805E104A13659e
Octal10347001362011246613116
Binary10000111001110000101111010000100101010011011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430438; }

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

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

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

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

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

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

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

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