#430630

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

Shades of Blackberry #430630

Tints of Blackberry #430630

Color information

#430630 (or 0x430630) is unknown color: approx Blackberry. HEX triplet: 43, 06 and 30. RGB value is (67,6,48). Sum of RGB (Red+Green+Blue) = 67+6+48=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #430630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430630 is #BCF9CF. Grayscale: #1C1C1C. Windows color (decimal): -12384720 or 3147331. OLE color: 3147331.

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

Color convert

RGB67648-
CMYK00.910.280.74
HSL318.69º83.56%14.31%-
HSV(B)318.69º91.04%26.27%-
XYZ2.911.542.94-
YUV29.03138.71155.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=55.37%
G=4.96%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6764800.910.280.74318.6983.5614.31
Hex4363005B1C4A13f54e
Octal10366001333411247712416
Binary10000111101100000101101111100100101010011111110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430630; }

 p { color: rgb(67,6,48); }

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

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

 a { background-color: rgb(67,6,48); }

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

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

 span { border-color: rgb(67,6,48); }

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