#421A38

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

Shades of Blackberry #421A38

Tints of Blackberry #421A38

Color information

#421A38 (or 0x421A38) is unknown color: approx Blackberry. HEX triplet: 42, 1A and 38. RGB value is (66,26,56). Sum of RGB (Red+Green+Blue) = 66+26+56=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #421A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A38 is #BDE5C7. Grayscale: #292929. Windows color (decimal): -12445128 or 3676738. OLE color: 3676738.

HSL color Cylindrical-coordinate representation of color #421A38: hue angle of 315º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421A38 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB662656-
CMYK00.610.150.74
HSL315º43.48%18.04%-
HSV(B)315º60.61%25.88%-
XYZ3.332.183.99-
YUV41.38136.25145.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 26 (10.55% from 255) = 17.57%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=44.59%
G=17.57%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66265600.610.150.7431543.4818.04
Hex421A3803DF4A13b2b12
Octal1023270075171124735322
Binary10000101101011100001111011111100101010011101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421A38; }

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

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

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

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

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

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

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

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