Html Css Color HEX #353B39 Celtic

📋 copy color: '#353B39'

red 53 ◦ green 59 ◦ blue 57

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

Shades of Celtic #353B39

Tints of Celtic #353B39

RGB

 RED value IS 53 (21.09% from 255) = 31.36%

 GREEN value IS 59 (23.44% from 255) = 34.91%

 BLUE value IS 57 (22.66% from 255) = 33.73%

R = 31.36%
G = 34.91%
B = 33.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#353B39 (or 0x353B39) is known color: Celtic. HEX triplet: 35, 3B and 39. RGB value is (53,59,57). Sum of RGB (Red+Green+Blue) = 53+59+57=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 59 - color contains mainly: green. Hex color #353B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B39 is #CAC4C6. Grayscale: #383838. Windows color (decimal): -13288647 or 3750709. OLE color: 3750709.

HSL color Cylindrical-coordinate representation of color #353B39: hue angle of 160º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #353B39 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 59 57 -
CMYK 0.10 0 0.03 0.77
HSL 160º 0.05% 0.22% -
HSV(B) 160º 0.1% 0.23% -
XYZ 3.77 4.18 4.48 -
YUV 56.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 53 59 57 0.10 0 0.03 0.77 160 0.05 0.22
Hex 35 3B 39 A 0 3 4D A0 5 16
Octal 65 73 71 12 0 3 115 240 5 26
Binary 110101 111011 111001 1010 0 11 1001101 10100000 101 10110

Color Harmonies of #353B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B39

Black with #353B39

Text Example


Text Example

White with #353B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353B39; }

 p { color: rgb(53,59,57); }

 H1.HeaderClassName
 {
   color: #353B39;
 }
 .AnyTagClassName
 {
   color: #353B39;
 }
</style>

background-color css

<style>
 a { background-color: #353B39; }

 a { background-color: rgb(53,59,57); }

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

border-color css

<style>
 span { border-color: #353B39; }

 span { border-color: rgb(53,59,57); }

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