Html Css Color HEX #443A3C Jon

📋 copy color: '#443A3C'

red 68 ◦ green 58 ◦ blue 60

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

Shades of Jon #443A3C

Tints of Jon #443A3C

RGB

 RED value IS 68 (26.95% from 255) = 36.56%

 GREEN value IS 58 (23.05% from 255) = 31.18%

 BLUE value IS 60 (23.83% from 255) = 32.26%

R = 36.56%
G = 31.18%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#443A3C (or 0x443A3C) is known color: Jon. HEX triplet: 44, 3A and 3C. RGB value is (68,58,60). Sum of RGB (Red+Green+Blue) = 68+58+60=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 68 - color contains mainly: red. Hex color #443A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A3C is #BBC5C3. Grayscale: #3D3D3D. Windows color (decimal): -12305860 or 3947076. OLE color: 3947076.

HSL color Cylindrical-coordinate representation of color #443A3C: hue angle of 348º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #443A3C is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 58 60 -
CMYK 0 0.15 0.12 0.73
HSL 348º 0.08% 0.25% -
HSV(B) 348º 0.15% 0.27% -
XYZ 4.71 4.58 4.91 -
YUV 61.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 68 58 60 0 0.15 0.12 0.73 348 0.08 0.25
Hex 44 3A 3C 0 F C 49 15C 8 19
Octal 104 72 74 0 17 14 111 534 10 31
Binary 1000100 111010 111100 0 1111 1100 1001001 101011100 1000 11001

Color Harmonies of #443A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443A3C

Black with #443A3C

Text Example


Text Example

White with #443A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443A3C; }

 p { color: rgb(68,58,60); }

 H1.HeaderClassName
 {
   color: #443A3C;
 }
 .AnyTagClassName
 {
   color: #443A3C;
 }
</style>

background-color css

<style>
 a { background-color: #443A3C; }

 a { background-color: rgb(68,58,60); }

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

border-color css

<style>
 span { border-color: #443A3C; }

 span { border-color: rgb(68,58,60); }

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