#431330

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

Shades of Blackberry #431330

Tints of Blackberry #431330

Color information

#431330 (or 0x431330) is unknown color: approx Blackberry. HEX triplet: 43, 13 and 30. RGB value is (67,19,48). Sum of RGB (Red+Green+Blue) = 67+19+48=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #431330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431330 is #BCECCF. Grayscale: #242424. Windows color (decimal): -12381392 or 3150659. OLE color: 3150659.

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

Color convert

RGB671948-
CMYK00.720.280.74
HSL323.75º55.81%16.86%-
HSV(B)323.75º71.64%26.27%-
XYZ3.081.873-
YUV36.66134.4149.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=50%
G=14.18%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67194800.720.280.74323.7555.8116.86
Hex4313300481C4A1443811
Octal10323600110341125047021
Binary1000011100111100000100100011100100101010100010011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431330; }

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

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

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

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

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

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

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

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