#42172E

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

Shades of Blackberry #42172E

Tints of Blackberry #42172E

Color information

#42172E (or 0x42172E) is unknown color: approx Blackberry. HEX triplet: 42, 17 and 2E. RGB value is (66,23,46). Sum of RGB (Red+Green+Blue) = 66+23+46=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42172E is #BDE8D1. Grayscale: #262626. Windows color (decimal): -12445906 or 3020610. OLE color: 3020610.

HSL color Cylindrical-coordinate representation of color #42172E: hue angle of 327.91º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42172E is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB662346-
CMYK00.650.300.74
HSL327.91º48.31%17.45%-
HSV(B)327.91º65.15%25.88%-
XYZ3.051.972.8-
YUV38.48132.25147.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=48.89%
G=17.04%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66234600.650.300.74327.9148.3117.45
Hex42172E0411E4A1483011
Octal10227560101361125106021
Binary1000010101111011100100000111110100101010100100011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42172E; }

 p { color: rgb(66,23,46); }

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

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

 a { background-color: rgb(66,23,46); }

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

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

 span { border-color: rgb(66,23,46); }

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