#430838

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

Shades of Blackberry #430838

Tints of Blackberry #430838

Color information

#430838 (or 0x430838) is unknown color: approx Blackberry. HEX triplet: 43, 08 and 38. RGB value is (67,8,56). Sum of RGB (Red+Green+Blue) = 67+8+56=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #430838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430838 is #BCF7C7. Grayscale: #1E1E1E. Windows color (decimal): -12384200 or 3672131. OLE color: 3672131.

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

Color convert

RGB67856-
CMYK00.880.160.74
HSL311.19º78.67%14.71%-
HSV(B)311.19º88.06%26.27%-
XYZ3.121.653.9-
YUV31.11142.05153.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.15%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 56 (22.27% from 255) = 42.75%
R=51.15%
G=6.11%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6785600.880.160.74311.1978.6714.71
Hex43838058104A1374ff
Octal103107001302011246711717
Binary100001110001110000101100010000100101010011011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430838; }

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

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

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

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

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

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

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

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