Html Css Color HEX #3F2B51 Jagger

📋 copy color: '#3F2B51'

red 63 ◦ green 43 ◦ blue 81

#3F2B51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #3F2B51

Tints of Jagger #3F2B51

RGB

 RED value IS 63 (25% from 255) = 33.69%

 GREEN value IS 43 (17.19% from 255) = 22.99%

 BLUE value IS 81 (32.03% from 255) = 43.32%

R = 33.69%
G = 22.99%
B = 43.32%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F2B51 (or 0x3F2B51) is known color: Jagger. HEX triplet: 3F, 2B and 51. RGB value is (63,43,81). Sum of RGB (Red+Green+Blue) = 63+43+81=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F2B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2B51 is #C0D4AE. Grayscale: #353535. Windows color (decimal): -12637359 or 5319487. OLE color: 5319487.

HSL color Cylindrical-coordinate representation of color #3F2B51: hue angle of 271.58º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F2B51 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 43 81 -
CMYK 0.22 0.47 0 0.68
HSL 271.58º 0.31% 0.24% -
HSV(B) 271.58º 0.47% 0.32% -
XYZ 4.4 3.38 8.2 -
YUV 53.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 63 43 81 0.22 0.47 0 0.68 271.58 0.31 0.24
Hex 3F 2B 51 16 2F 0 44 110 1F 18
Octal 77 53 121 26 57 0 104 420 37 30
Binary 111111 101011 1010001 10110 101111 0 1000100 100010000 11111 11000

Color Harmonies of #3F2B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2B51

Black with #3F2B51

Text Example


Text Example

White with #3F2B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,43,81); }

 H1.HeaderClassName
 {
   color: #3F2B51;
 }
 .AnyTagClassName
 {
   color: #3F2B51;
 }
</style>

background-color css

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

 a { background-color: rgb(63,43,81); }

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

border-color css

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

 span { border-color: rgb(63,43,81); }

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