#430338

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

Shades of Blackberry #430338

Tints of Blackberry #430338

Color information

#430338 (or 0x430338) is unknown color: approx Blackberry. HEX triplet: 43, 03 and 38. RGB value is (67,3,56). Sum of RGB (Red+Green+Blue) = 67+3+56=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #430338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430338 is #BCFCC7. Grayscale: #1C1C1C. Windows color (decimal): -12385480 or 3670851. OLE color: 3670851.

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

Color convert

RGB67356-
CMYK00.960.160.74
HSL310.31º91.43%13.73%-
HSV(B)310.31º95.52%26.27%-
XYZ3.061.543.88-
YUV28.18143.7155.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.17%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=53.17%
G=2.38%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6735600.960.160.74310.3191.4313.73
Hex43338060104A1365be
Octal10337001402011246613316
Binary1000011111110000110000010000100101010011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430338; }

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

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

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

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

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

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

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

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