#3F224B

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

Shades of Jagger #3F224B

Tints of Jagger #3F224B

Color information

#3F224B (or 0x3F224B) is unknown color: approx Jagger. HEX triplet: 3F, 22 and 4B. RGB value is (63,34,75). Sum of RGB (Red+Green+Blue) = 63+34+75=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F224B is #C0DDB4. Grayscale: #2F2F2F. Windows color (decimal): -12639669 or 4923967. OLE color: 4923967.

HSL color Cylindrical-coordinate representation of color #3F224B: hue angle of 282.44º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F224B is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB633475-
CMYK0.160.5500.71
HSL282.44º37.61%21.37%-
HSV(B)282.44º54.67%29.41%-
XYZ3.892.716.97-
YUV47.34143.61139.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=36.63%
G=19.77%
B=43.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6334750.160.5500.71282.4437.6121.37
Hex3F224B103704711a2615
Octal7742113206701074324625
Binary1111111000101001011100001101110100011110001101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F224B; }

 p { color: rgb(63,34,75); }

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

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

 a { background-color: rgb(63,34,75); }

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

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

 span { border-color: rgb(63,34,75); }

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