#430128

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

Shades of Blackberry #430128

Tints of Blackberry #430128

Color information

#430128 (or 0x430128) is unknown color: approx Blackberry. HEX triplet: 43, 01 and 28. RGB value is (67,1,40). Sum of RGB (Red+Green+Blue) = 67+1+40=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #430128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430128 is #BCFED7. Grayscale: #191919. Windows color (decimal): -12386008 or 2621763. OLE color: 2621763.

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

Color convert

RGB67140-
CMYK00.990.400.74
HSL324.55º97.06%13.33%-
HSV(B)324.55º98.51%26.27%-
XYZ2.711.372.13-
YUV25.18136.37157.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.04%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=62.04%
G=0.93%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6714000.990.400.74324.5597.0613.33
Hex43128063284A14561d
Octal10315001435011250514115
Binary1000011110100001100011101000100101010100010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430128; }

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

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

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

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

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

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

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

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