#430920

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

Shades of Blackberry #430920

Tints of Blackberry #430920

Color information

#430920 (or 0x430920) is unknown color: approx Blackberry. HEX triplet: 43, 09 and 20. RGB value is (67,9,32). Sum of RGB (Red+Green+Blue) = 67+9+32=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #430920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430920 is #BCF6DF. Grayscale: #1C1C1C. Windows color (decimal): -12383968 or 2099523. OLE color: 2099523.

HSL color Cylindrical-coordinate representation of color #430920: hue angle of 336.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430920 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB67932-
CMYK00.870.520.74
HSL336.21º76.32%14.9%-
HSV(B)336.21º86.57%26.27%-
XYZ2.671.491.51-
YUV28.96129.72155.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.04%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=62.04%
G=8.33%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6793200.870.520.74336.2176.3214.9
Hex43920057344A1504cf
Octal103114001276411252011417
Binary1000011100110000001010111110100100101010101000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430920; }

 p { color: rgb(67,9,32); }

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

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

 a { background-color: rgb(67,9,32); }

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

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

 span { border-color: rgb(67,9,32); }

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