#430826

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

Shades of Blackberry #430826

Tints of Blackberry #430826

Color information

#430826 (or 0x430826) is unknown color: approx Blackberry. HEX triplet: 43, 08 and 26. RGB value is (67,8,38). Sum of RGB (Red+Green+Blue) = 67+8+38=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #430826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430826 is #BCF7D9. Grayscale: #1C1C1C. Windows color (decimal): -12384218 or 2492483. OLE color: 2492483.

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

Color convert

RGB67838-
CMYK00.880.430.74
HSL329.49º78.67%14.71%-
HSV(B)329.49º88.06%26.27%-
XYZ2.751.511.98-
YUV29.06133.05155.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.29%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=59.29%
G=7.08%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6783800.880.430.74329.4978.6714.71
Hex438260582B4A1494ff
Octal103104601305311251111717
Binary1000011100010011001011000101011100101010100100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430826; }

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

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

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

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

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

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

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

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