Html Css Color HEX #3F3C41 Jagger

📋 copy color: '#3F3C41'

red 63 ◦ green 60 ◦ blue 65

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

Shades of Jagger #3F3C41

Tints of Jagger #3F3C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.91%

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 33.51%
G = 31.91%
B = 34.57%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F3C41 (or 0x3F3C41) is known color: Jagger. HEX triplet: 3F, 3C and 41. RGB value is (63,60,65). Sum of RGB (Red+Green+Blue) = 63+60+65=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F3C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C41 is #C0C3BE. Grayscale: #3D3D3D. Windows color (decimal): -12633023 or 4275263. OLE color: 4275263.

HSL color Cylindrical-coordinate representation of color #3F3C41: hue angle of 276º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3F3C41 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 60 65 -
CMYK 0.03 0.08 0 0.75
HSL 276º 0.04% 0.25% -
HSV(B) 276º 0.08% 0.25% -
XYZ 4.62 4.67 5.66 -
YUV 61.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 63 60 65 0.03 0.08 0 0.75 276 0.04 0.25
Hex 3F 3C 41 3 8 0 4B 114 4 19
Octal 77 74 101 3 10 0 113 424 4 31
Binary 111111 111100 1000001 11 1000 0 1001011 100010100 100 11001

Color Harmonies of #3F3C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3C41

Black with #3F3C41

Text Example


Text Example

White with #3F3C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,60,65); }

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

background-color css

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

 a { background-color: rgb(63,60,65); }

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

border-color css

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

 span { border-color: rgb(63,60,65); }

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