#431338

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

Shades of Blackberry #431338

Tints of Blackberry #431338

Color information

#431338 (or 0x431338) is unknown color: approx Blackberry. HEX triplet: 43, 13 and 38. RGB value is (67,19,56). Sum of RGB (Red+Green+Blue) = 67+19+56=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #431338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431338 is #BCECC7. Grayscale: #252525. Windows color (decimal): -12381384 or 3674947. OLE color: 3674947.

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

Color convert

RGB671956-
CMYK00.720.160.74
HSL313.75º55.81%16.86%-
HSV(B)313.75º71.64%26.27%-
XYZ3.261.943.94-
YUV37.57138.4148.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.18%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=47.18%
G=13.38%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67195600.720.160.74313.7555.8116.86
Hex431338048104A13a3811
Octal10323700110201124727021
Binary1000011100111110000100100010000100101010011101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431338; }

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

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

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

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

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

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

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

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