#430137

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

Shades of Blackberry #430137

Tints of Blackberry #430137

Color information

#430137 (or 0x430137) is unknown color: approx Blackberry. HEX triplet: 43, 01 and 37. RGB value is (67,1,55). Sum of RGB (Red+Green+Blue) = 67+1+55=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #430137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430137 is #BCFEC8. Grayscale: #1A1A1A. Windows color (decimal): -12385993 or 3604803. OLE color: 3604803.

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

Color convert

RGB67155-
CMYK00.990.180.74
HSL310.91º97.06%13.33%-
HSV(B)310.91º98.51%26.27%-
XYZ3.021.493.74-
YUV26.89143.87156.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.47%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 55 (21.88% from 255) = 44.72%
R=54.47%
G=0.81%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6715500.990.180.74310.9197.0613.33
Hex43137063124A13761d
Octal10316701432211246714115
Binary100001111101110110001110010100101010011011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430137; }

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

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

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

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

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

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

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

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