#42182F

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

Shades of Blackberry #42182F

Tints of Blackberry #42182F

Color information

#42182F (or 0x42182F) is unknown color: approx Blackberry. HEX triplet: 42, 18 and 2F. RGB value is (66,24,47). Sum of RGB (Red+Green+Blue) = 66+24+47=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #42182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42182F is #BDE7D0. Grayscale: #272727. Windows color (decimal): -12445649 or 3086402. OLE color: 3086402.

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

Color convert

RGB662447-
CMYK00.640.290.74
HSL327.14º46.67%17.65%-
HSV(B)327.14º63.64%25.88%-
XYZ3.092.022.92-
YUV39.18132.41147.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=48.18%
G=17.52%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66244700.640.290.74327.1446.6717.65
Hex42182F0401D4A1472f12
Octal10230570100351125075722
Binary1000010110001011110100000011101100101010100011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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