Html Css Color HEX #3B373F Jagger

📋 copy color: '#3B373F'

red 59 ◦ green 55 ◦ blue 63

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

Shades of Jagger #3B373F

Tints of Jagger #3B373F

RGB

 RED value IS 59 (23.44% from 255) = 33.33%

 GREEN value IS 55 (21.88% from 255) = 31.07%

 BLUE value IS 63 (25% from 255) = 35.59%

R = 33.33%
G = 31.07%
B = 35.59%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B373F (or 0x3B373F) is known color: Jagger. HEX triplet: 3B, 37 and 3F. RGB value is (59,55,63). Sum of RGB (Red+Green+Blue) = 59+55+63=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B373F is #C4C8C0. Grayscale: #393939. Windows color (decimal): -12896449 or 4142907. OLE color: 4142907.

HSL color Cylindrical-coordinate representation of color #3B373F: hue angle of 270º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3B373F is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 55 63 -
CMYK 0.06 0.13 0 0.75
HSL 270º 0.07% 0.23% -
HSV(B) 270º 0.13% 0.25% -
XYZ 4.07 4.02 5.26 -
YUV 57.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 59 55 63 0.06 0.13 0 0.75 270 0.07 0.23
Hex 3B 37 3F 6 D 0 4B 10E 7 17
Octal 73 67 77 6 15 0 113 416 7 27
Binary 111011 110111 111111 110 1101 0 1001011 100001110 111 10111

Color Harmonies of #3B373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B373F

Black with #3B373F

Text Example


Text Example

White with #3B373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,55,63); }

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

background-color css

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

 a { background-color: rgb(59,55,63); }

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

border-color css

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

 span { border-color: rgb(59,55,63); }

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