#431230

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

Shades of Blackberry #431230

Tints of Blackberry #431230

Color information

#431230 (or 0x431230) is unknown color: approx Blackberry. HEX triplet: 43, 12 and 30. RGB value is (67,18,48). Sum of RGB (Red+Green+Blue) = 67+18+48=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #431230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431230 is #BCEDCF. Grayscale: #242424. Windows color (decimal): -12381648 or 3150403. OLE color: 3150403.

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

Color convert

RGB671848-
CMYK00.730.280.74
HSL323.27º57.65%16.67%-
HSV(B)323.27º73.13%26.27%-
XYZ3.061.842.99-
YUV36.07134.73150.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 48 (19.14% from 255) = 36.09%
R=50.38%
G=13.53%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67184800.730.280.74323.2757.6516.67
Hex4312300491C4A1433a11
Octal10322600111341125037221
Binary1000011100101100000100100111100100101010100001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431230; }

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

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

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

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

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

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

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

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