#421438

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

Shades of Blackberry #421438

Tints of Blackberry #421438

Color information

#421438 (or 0x421438) is unknown color: approx Blackberry. HEX triplet: 42, 14 and 38. RGB value is (66,20,56). Sum of RGB (Red+Green+Blue) = 66+20+56=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #421438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421438 is #BDEBC7. Grayscale: #252525. Windows color (decimal): -12446664 or 3675202. OLE color: 3675202.

HSL color Cylindrical-coordinate representation of color #421438: hue angle of 313.04º degrees, saturation: 0.53, 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 #421438 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB662056-
CMYK00.700.150.74
HSL313.04º53.49%16.86%-
HSV(B)313.04º69.7%25.88%-
XYZ3.211.943.95-
YUV37.86138.24148.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.48%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=46.48%
G=14.08%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66205600.700.150.74313.0453.4916.86
Hex421438046F4A1393511
Octal10224700106171124716521
Binary100001010100111000010001101111100101010011100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421438; }

 p { color: rgb(66,20,56); }

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

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

 a { background-color: rgb(66,20,56); }

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

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

 span { border-color: rgb(66,20,56); }

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