#421829

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

Shades of Blackberry #421829

Tints of Blackberry #421829

Color information

#421829 (or 0x421829) is unknown color: approx Blackberry. HEX triplet: 42, 18 and 29. RGB value is (66,24,41). Sum of RGB (Red+Green+Blue) = 66+24+41=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #421829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421829 is #BDE7D6. Grayscale: #262626. Windows color (decimal): -12445655 or 2693186. OLE color: 2693186.

HSL color Cylindrical-coordinate representation of color #421829: hue angle of 335.71º 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 #421829 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB662441-
CMYK00.640.380.74
HSL335.71º46.67%17.65%-
HSV(B)335.71º63.64%25.88%-
XYZ2.971.972.32-
YUV38.5129.41147.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=50.38%
G=18.32%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66244100.640.380.74335.7146.6717.65
Hex421829040264A1502f12
Octal10230510100461125205722
Binary10000101100010100101000000100110100101010101000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421829; }

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

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

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

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

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

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

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

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