Html Css Color HEX #393F3C Celtic

📋 copy color: '#393F3C'

red 57 ◦ green 63 ◦ blue 60

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

Shades of Celtic #393F3C

Tints of Celtic #393F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 35%

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

R = 31.67%
G = 35%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#393F3C (or 0x393F3C) is known color: Celtic. HEX triplet: 39, 3F and 3C. RGB value is (57,63,60). Sum of RGB (Red+Green+Blue) = 57+63+60=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 63 - color contains mainly: green. Hex color #393F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F3C is #C6C0C3. Grayscale: #3C3C3C. Windows color (decimal): -13025476 or 3948345. OLE color: 3948345.

HSL color Cylindrical-coordinate representation of color #393F3C: hue angle of 150º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #393F3C is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 63 60 -
CMYK 0.10 0 0.05 0.75
HSL 150º 0.05% 0.24% -
HSV(B) 150º 0.1% 0.25% -
XYZ 4.28 4.75 4.97 -
YUV 60.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 57 63 60 0.10 0 0.05 0.75 150 0.05 0.24
Hex 39 3F 3C A 0 5 4B 96 5 18
Octal 71 77 74 12 0 5 113 226 5 30
Binary 111001 111111 111100 1010 0 101 1001011 10010110 101 11000

Color Harmonies of #393F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F3C

Black with #393F3C

Text Example


Text Example

White with #393F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393F3C; }

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

 H1.HeaderClassName
 {
   color: #393F3C;
 }
 .AnyTagClassName
 {
   color: #393F3C;
 }
</style>

background-color css

<style>
 a { background-color: #393F3C; }

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

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

border-color css

<style>
 span { border-color: #393F3C; }

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

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