Html Css Color HEX #3B303F Jagger

📋 copy color: '#3B303F'

red 59 ◦ green 48 ◦ blue 63

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

Shades of Jagger #3B303F

Tints of Jagger #3B303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.24%

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

R = 34.71%
G = 28.24%
B = 37.06%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B303F (or 0x3B303F) is known color: Jagger. HEX triplet: 3B, 30 and 3F. RGB value is (59,48,63). Sum of RGB (Red+Green+Blue) = 59+48+63=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B303F is #C4CFC0. Grayscale: #343434. Windows color (decimal): -12898241 or 4141115. OLE color: 4141115.

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

Color convert

RGB 59 48 63 -
CMYK 0.06 0.24 0 0.75
HSL 284º 0.14% 0.22% -
HSV(B) 284º 0.24% 0.25% -
XYZ 3.76 3.4 5.16 -
YUV 53 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 59 48 63 0.06 0.24 0 0.75 284 0.14 0.22
Hex 3B 30 3F 6 18 0 4B 11C E 16
Octal 73 60 77 6 30 0 113 434 16 26
Binary 111011 110000 111111 110 11000 0 1001011 100011100 1110 10110

Color Harmonies of #3B303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B303F

Black with #3B303F

Text Example


Text Example

White with #3B303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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