#42182B

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

Shades of Blackberry #42182B

Tints of Blackberry #42182B

Color information

#42182B (or 0x42182B) is unknown color: approx Blackberry. HEX triplet: 42, 18 and 2B. RGB value is (66,24,43). Sum of RGB (Red+Green+Blue) = 66+24+43=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42182B is #BDE7D4. Grayscale: #262626. Windows color (decimal): -12445653 or 2824258. OLE color: 2824258.

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

Color convert

RGB662443-
CMYK00.640.350.74
HSL332.86º46.67%17.65%-
HSV(B)332.86º63.64%25.88%-
XYZ3.011.992.51-
YUV38.72130.41147.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=49.62%
G=18.05%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66244300.640.350.74332.8646.6717.65
Hex42182B040234A14d2f12
Octal10230530100431125155722
Binary10000101100010101101000000100011100101010100110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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