Html Css Color HEX #363A35 Oil

📋 copy color: '#363A35'

red 54 ◦ green 58 ◦ blue 53

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

Shades of Oil #363A35

Tints of Oil #363A35

RGB

 RED value IS 54 (21.48% from 255) = 32.73%

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

 BLUE value IS 53 (21.09% from 255) = 32.12%

R = 32.73%
G = 35.15%
B = 32.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.77

RGB Variations

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

Color information

#363A35 (or 0x363A35) is known color: Oil. HEX triplet: 36, 3A and 35. RGB value is (54,58,53). Sum of RGB (Red+Green+Blue) = 54+58+53=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 58 - color contains mainly: green. Hex color #363A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A35 is #C9C5CA. Grayscale: #383838. Windows color (decimal): -13223371 or 3488310. OLE color: 3488310.

HSL color Cylindrical-coordinate representation of color #363A35: hue angle of 108º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #363A35 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 58 53 -
CMYK 0.07 0 0.09 0.77
HSL 108º 0.05% 0.22% -
HSV(B) 108º 0.09% 0.23% -
XYZ 3.68 4.07 3.96 -
YUV 56.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 54 58 53 0.07 0 0.09 0.77 108 0.05 0.22
Hex 36 3A 35 7 0 9 4D 6C 5 16
Octal 66 72 65 7 0 11 115 154 5 26
Binary 110110 111010 110101 111 0 1001 1001101 1101100 101 10110

Color Harmonies of #363A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A35

Black with #363A35

Text Example


Text Example

White with #363A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363A35; }

 p { color: rgb(54,58,53); }

 H1.HeaderClassName
 {
   color: #363A35;
 }
 .AnyTagClassName
 {
   color: #363A35;
 }
</style>

background-color css

<style>
 a { background-color: #363A35; }

 a { background-color: rgb(54,58,53); }

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

border-color css

<style>
 span { border-color: #363A35; }

 span { border-color: rgb(54,58,53); }

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