#42182C

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

Shades of Blackberry #42182C

Tints of Blackberry #42182C

Color information

#42182C (or 0x42182C) is unknown color: approx Blackberry. HEX triplet: 42, 18 and 2C. RGB value is (66,24,44). Sum of RGB (Red+Green+Blue) = 66+24+44=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42182C is #BDE7D3. Grayscale: #262626. Windows color (decimal): -12445652 or 2889794. OLE color: 2889794.

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

Color convert

RGB662444-
CMYK00.640.330.74
HSL331.43º46.67%17.65%-
HSV(B)331.43º63.64%25.88%-
XYZ3.031.992.61-
YUV38.84130.91147.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=49.25%
G=17.91%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66244400.640.330.74331.4346.6717.65
Hex42182C040214A14b2f12
Octal10230540100411125135722
Binary10000101100010110001000000100001100101010100101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42182C; }

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

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

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

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

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

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

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

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