#430626

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

Shades of Blackberry #430626

Tints of Blackberry #430626

Color information

#430626 (or 0x430626) is unknown color: approx Blackberry. HEX triplet: 43, 06 and 26. RGB value is (67,6,38). Sum of RGB (Red+Green+Blue) = 67+6+38=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #430626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430626 is #BCF9D9. Grayscale: #1B1B1B. Windows color (decimal): -12384730 or 2491971. OLE color: 2491971.

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

Color convert

RGB67638-
CMYK00.910.430.74
HSL328.52º83.56%14.31%-
HSV(B)328.52º91.04%26.27%-
XYZ2.731.461.97-
YUV27.89133.71155.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.36%
GREEN value IS 6 (2.73% from 255) = 5.41%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=60.36%
G=5.41%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6763800.910.430.74328.5283.5614.31
Hex4362605B2B4A14954e
Octal10364601335311251112416
Binary100001111010011001011011101011100101010100100110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430626; }

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

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

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

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

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

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

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

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