#430229

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

Shades of Blackberry #430229

Tints of Blackberry #430229

Color information

#430229 (or 0x430229) is unknown color: approx Blackberry. HEX triplet: 43, 02 and 29. RGB value is (67,2,41). Sum of RGB (Red+Green+Blue) = 67+2+41=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #430229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430229 is #BCFDD6. Grayscale: #191919. Windows color (decimal): -12385751 or 2687555. OLE color: 2687555.

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

Color convert

RGB67241-
CMYK00.970.390.74
HSL324º94.2%13.53%-
HSV(B)324º97.01%26.27%-
XYZ2.741.42.22-
YUV25.88136.53157.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.91%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=60.91%
G=1.82%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6724100.970.390.7432494.213.53
Hex43229061274A1445ee
Octal10325101414711250413616
Binary10000111010100101100001100111100101010100010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430229; }

 p { color: rgb(67,2,41); }

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

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

 a { background-color: rgb(67,2,41); }

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

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

 span { border-color: rgb(67,2,41); }

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