#431433

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

Shades of Blackberry #431433

Tints of Blackberry #431433

Color information

#431433 (or 0x431433) is unknown color: approx Blackberry. HEX triplet: 43, 14 and 33. RGB value is (67,20,51). Sum of RGB (Red+Green+Blue) = 67+20+51=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #431433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431433 is #BCEBCC. Grayscale: #252525. Windows color (decimal): -12381133 or 3347523. OLE color: 3347523.

HSL color Cylindrical-coordinate representation of color #431433: hue angle of 320.43º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431433 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB672051-
CMYK00.700.240.74
HSL320.43º54.02%17.06%-
HSV(B)320.43º70.15%26.27%-
XYZ3.161.933.34-
YUV37.59135.57148.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 51 (20.31% from 255) = 36.96%
R=48.55%
G=14.49%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67205100.700.240.74320.4354.0217.06
Hex431433046184A1403611
Octal10324630106301125006621
Binary1000011101001100110100011011000100101010100000011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431433; }

 p { color: rgb(67,20,51); }

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

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

 a { background-color: rgb(67,20,51); }

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

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

 span { border-color: rgb(67,20,51); }

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