Html Css Color HEX #39303D Jagger

📋 copy color: '#39303D'

red 57 ◦ green 48 ◦ blue 61

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

Shades of Jagger #39303D

Tints of Jagger #39303D

RGB

 RED value IS 57 (22.66% from 255) = 34.34%

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

 BLUE value IS 61 (24.22% from 255) = 36.75%

R = 34.34%
G = 28.92%
B = 36.75%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#39303D (or 0x39303D) is known color: Jagger. HEX triplet: 39, 30 and 3D. RGB value is (57,48,61). Sum of RGB (Red+Green+Blue) = 57+48+61=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 61 - color contains mainly: blue. Hex color #39303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39303D is #C6CFC2. Grayscale: #343434. Windows color (decimal): -13029315 or 4010041. OLE color: 4010041.

HSL color Cylindrical-coordinate representation of color #39303D: hue angle of 281.54º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #39303D is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 57 48 61 -
CMYK 0.07 0.21 0 0.76
HSL 281.54º 0.12% 0.21% -
HSV(B) 281.54º 0.21% 0.24% -
XYZ 3.59 3.32 4.87 -
YUV 52.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 57 48 61 0.07 0.21 0 0.76 281.54 0.12 0.21
Hex 39 30 3D 7 15 0 4C 11A C 15
Octal 71 60 75 7 25 0 114 432 14 25
Binary 111001 110000 111101 111 10101 0 1001100 100011010 1100 10101

Color Harmonies of #39303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39303D

Black with #39303D

Text Example


Text Example

White with #39303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39303D; }

 p { color: rgb(57,48,61); }

 H1.HeaderClassName
 {
   color: #39303D;
 }
 .AnyTagClassName
 {
   color: #39303D;
 }
</style>

background-color css

<style>
 a { background-color: #39303D; }

 a { background-color: rgb(57,48,61); }

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

border-color css

<style>
 span { border-color: #39303D; }

 span { border-color: rgb(57,48,61); }

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