#421839

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

Shades of Blackberry #421839

Tints of Blackberry #421839

Color information

#421839 (or 0x421839) is unknown color: approx Blackberry. HEX triplet: 42, 18 and 39. RGB value is (66,24,57). Sum of RGB (Red+Green+Blue) = 66+24+57=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #421839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421839 is #BDE7C6. Grayscale: #282828. Windows color (decimal): -12445639 or 3741762. OLE color: 3741762.

HSL color Cylindrical-coordinate representation of color #421839: hue angle of 312.86º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #421839 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB662457-
CMYK00.640.140.74
HSL312.86º46.67%17.65%-
HSV(B)312.86º63.64%25.88%-
XYZ3.312.114.1-
YUV40.32137.41146.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 57 (22.66% from 255) = 38.78%
R=44.90%
G=16.33%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66245700.640.140.74312.8646.6717.65
Hex421839040E4A1392f12
Octal10230710100161124715722
Binary100001011000111001010000001110100101010011100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421839; }

 p { color: rgb(66,24,57); }

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

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

 a { background-color: rgb(66,24,57); }

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

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

 span { border-color: rgb(66,24,57); }

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