Html Css Color HEX #363C34 Oil

📋 copy color: '#363C34'

red 54 ◦ green 60 ◦ blue 52

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

Shades of Oil #363C34

Tints of Oil #363C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.14%

 BLUE value IS 52 (20.7% from 255) = 31.33%

R = 32.53%
G = 36.14%
B = 31.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#363C34 (or 0x363C34) is known color: Oil. HEX triplet: 36, 3C and 34. RGB value is (54,60,52). Sum of RGB (Red+Green+Blue) = 54+60+52=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 60 - color contains mainly: green. Hex color #363C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C34 is #C9C3CB. Grayscale: #393939. Windows color (decimal): -13222860 or 3423286. OLE color: 3423286.

HSL color Cylindrical-coordinate representation of color #363C34: hue angle of 105º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #363C34 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 60 52 -
CMYK 0.10 0 0.13 0.76
HSL 105º 0.07% 0.22% -
HSV(B) 105º 0.13% 0.24% -
XYZ 3.76 4.26 3.87 -
YUV 57.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 54 60 52 0.10 0 0.13 0.76 105 0.07 0.22
Hex 36 3C 34 A 0 D 4C 69 7 16
Octal 66 74 64 12 0 15 114 151 7 26
Binary 110110 111100 110100 1010 0 1101 1001100 1101001 111 10110

Color Harmonies of #363C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C34

Black with #363C34

Text Example


Text Example

White with #363C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,60,52); }

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

background-color css

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

 a { background-color: rgb(54,60,52); }

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

border-color css

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

 span { border-color: rgb(54,60,52); }

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